20 lines
393 B
Text
20 lines
393 B
Text
$NetBSD: patch-ae,v 1.1 2004/11/10 16:43:50 epg Exp $
|
|
|
|
--- bin/mkcmd/list.c.orig 2000-07-30 17:56:23.000000000 -0400
|
|
+++ bin/mkcmd/list.c
|
|
@@ -16,15 +16,6 @@
|
|
#include <sys/param.h>
|
|
#endif
|
|
|
|
-#if USE_MALLOC_H
|
|
-#include <malloc.h>
|
|
-#else
|
|
-#if NEED_MALLOC_EXTERN
|
|
-extern char *malloc(), *calloc(), *realloc();
|
|
-extern void free();
|
|
-#endif
|
|
-#endif
|
|
-
|
|
#if USE_STRINGS
|
|
#include <strings.h>
|
|
#else
|