summaryrefslogtreecommitdiff
path: root/editors/beav/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'editors/beav/patches/patch-aj')
-rw-r--r--editors/beav/patches/patch-aj19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/beav/patches/patch-aj b/editors/beav/patches/patch-aj
new file mode 100644
index 00000000000..f35a5b5d0d4
--- /dev/null
+++ b/editors/beav/patches/patch-aj
@@ -0,0 +1,19 @@
+$NetBSD: patch-aj,v 1.1 2006/08/22 19:01:27 joerg Exp $
+
+--- def.h.orig 2006-08-22 21:00:58.000000000 +0000
++++ def.h
+@@ -563,12 +563,8 @@ extern int flush_count;
+ extern int rowb;
+ extern char file_off_bad;
+
+-/*
+- * Standard I/O.
+- */
+-extern char *malloc ();
+-extern char *strcpy ();
+-extern char *strcat ();
++#include <stdlib.h>
++#include <string.h>
+
+ #ifndef NOPROTO
+ #include "prototyp.h"