summaryrefslogtreecommitdiff
path: root/devel/mkcmd/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mkcmd/patches/patch-ah')
-rw-r--r--devel/mkcmd/patches/patch-ah19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/mkcmd/patches/patch-ah b/devel/mkcmd/patches/patch-ah
new file mode 100644
index 00000000000..6841177b885
--- /dev/null
+++ b/devel/mkcmd/patches/patch-ah
@@ -0,0 +1,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