19 lines
415 B
Text
19 lines
415 B
Text
$NetBSD: patch-aj,v 1.1 2004/11/10 16:43:50 epg Exp $
|
|
|
|
--- bin/mkcmd/stracc.c.orig 2000-07-30 17:56:24.000000000 -0400
|
|
+++ bin/mkcmd/stracc.c
|
|
@@ -12,14 +12,6 @@
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-#if USE_MALLOC_H
|
|
-#include <malloc.h>
|
|
-#else
|
|
-#if NEED_MALLOC_EXTERN
|
|
-extern char *malloc(), *calloc(), *realloc();
|
|
-#endif
|
|
-#endif
|
|
-
|
|
static char *pchBuf = (char *)0;
|
|
static unsigned long int lBufLen = 0, lCurBuf = 0;
|
|
|