19 lines
479 B
Text
19 lines
479 B
Text
$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)
|
|
*/
|