pkgsrc/devel/mkcmd/patches/patch-ai

19 lines
442 B
Text

$NetBSD: patch-ai,v 1.1 2004/11/10 16:43:50 epg Exp $
--- bin/mkcmd/option.c.orig 2000-07-30 17:56:23.000000000 -0400
+++ bin/mkcmd/option.c
@@ -26,14 +26,6 @@
#include <string.h>
#endif
-#if USE_MALLOC_H
-#include <malloc.h>
-#else
-#if NEED_MALLOC_EXTERN
-extern char *malloc(), *calloc(), *realloc();
-#endif
-#endif
-
OPTION
*pORActn = nilOR, /* special actions in program */
*pORDecl = nilOR, /* globals we are to declare */