19 lines
372 B
Text
19 lines
372 B
Text
$NetBSD: patch-ak,v 1.1 2004/11/10 16:43:50 epg Exp $
|
|
|
|
--- bin/mkcmd/type.c.orig 2000-07-30 17:56:24.000000000 -0400
|
|
+++ bin/mkcmd/type.c
|
|
@@ -23,14 +23,6 @@ extern char *progname;
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-#if USE_MALLOC_H
|
|
-#include <malloc.h>
|
|
-#else
|
|
-#if NEED_MALLOC_EXTERN
|
|
-extern char *malloc(), *calloc(), *realloc();
|
|
-#endif
|
|
-#endif
|
|
-
|
|
|
|
char
|
|
sbEmpty[] = "",
|