summaryrefslogtreecommitdiff
path: root/devel/mkcmd/patches/patch-ad
blob: 478cfea0cba0f6af0375211100c269b427fa8742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ad,v 1.1 2004/11/10 16:43:50 epg Exp $

--- bin/mkcmd/check.c.orig	2000-07-30 17:56:23.000000000 -0400
+++ bin/mkcmd/check.c
@@ -24,14 +24,6 @@ extern int compwidth(/* pOR */);
 #include <string.h>
 #endif
 
-#if USE_MALLOC_H
-#include <malloc.h>
-#else
-#if NEED_MALLOC_EXTERN
-extern char *malloc(), *calloc(), *realloc();
-#endif
-#endif
-
 /* find a buffer [declared as <type> variable "ident" in mkcmd]		(ksb)
  * in the list of buffer (usually pORDecl)
  */