19 lines
449 B
Text
19 lines
449 B
Text
$NetBSD: patch-ag,v 1.1 2004/11/10 16:43:50 epg Exp $
|
|
|
|
--- bin/mkcmd/mkman.c.orig 2000-07-30 17:56:23.000000000 -0400
|
|
+++ bin/mkcmd/mkman.c
|
|
@@ -28,14 +28,6 @@
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-#if USE_MALLOC_H
|
|
-#include <malloc.h>
|
|
-#else
|
|
-#if NEED_MALLOC_EXTERN
|
|
-extern char *malloc(), *calloc(), *realloc();
|
|
-#endif
|
|
-#endif
|
|
-
|
|
|
|
/* this code should output a man page template (ksb)
|
|
* find out the ``common'' name for this page, default ``prog''
|