summaryrefslogtreecommitdiff
path: root/devel/mkcmd/patches/patch-ah
blob: 6841177b885f4b070c2e7d8a8049cfd53014ae58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ah,v 1.1 2004/11/10 16:43:50 epg Exp $

--- bin/mkcmd/mkusage.c.orig	2000-07-30 17:56:23.000000000 -0400
+++ bin/mkcmd/mkusage.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
-
 #if ADD_MULTI_BITS
 int fMultiBases = 0;		/* do we need clues on mkuvec's strings	*/
 #endif