summaryrefslogtreecommitdiff
path: root/devel/mkcmd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mkcmd/patches/patch-aa')
-rw-r--r--devel/mkcmd/patches/patch-aa17
1 files changed, 16 insertions, 1 deletions
diff --git a/devel/mkcmd/patches/patch-aa b/devel/mkcmd/patches/patch-aa
index 030dd0c761f..6433835f4c0 100644
--- a/devel/mkcmd/patches/patch-aa
+++ b/devel/mkcmd/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/11/10 00:46:04 epg Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/10 16:43:50 epg Exp $
--- bin/mkcmd/main.c.orig 2000-07-30 17:56:23.000000000 -0400
+++ bin/mkcmd/main.c
@@ -13,3 +13,18 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/11/10 00:46:04 epg Exp $
#if USE_STRINGS
+@@ -47,14 +45,6 @@ extern int errno;
+ #include <string.h>
+ #endif
+
+-#if USE_MALLOC_H
+-#include <malloc.h>
+-#else
+-#if NEED_MALLOC_EXTERN
+-extern char *malloc(), *calloc(), *realloc();
+-#endif
+-#endif
+-
+ /* from std_version.m */
+ /* from std_help.m */
+ /* from scan.m */