pkgsrc/devel/mkcmd/patches/patch-ac

19 lines
388 B
Text

$NetBSD: patch-ac,v 1.1 2004/11/10 16:43:50 epg Exp $
--- bin/mkcmd/emit.c.orig 2000-07-30 17:56:23.000000000 -0400
+++ bin/mkcmd/emit.c
@@ -27,14 +27,6 @@
#include <string.h>
#endif
-#if USE_MALLOC_H
-#include <malloc.h>
-#else
-#if NEED_MALLOC_EXTERN
-extern char *malloc(), *calloc(), *realloc();
-#endif
-#endif
-
ATTR
wEmitMask = EMIT_AUTO_IND; /* implicit emit options */