summaryrefslogtreecommitdiff
path: root/editors/beav
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-12-16 13:09:41 +0000
committerwiz <wiz@pkgsrc.org>2007-12-16 13:09:41 +0000
commit84d92958ba2b7babfa0ffbaad42d55baf2e3330f (patch)
treea35fa08fa008ae36c463c79cdea14b6398688273 /editors/beav
parent6ec9146c39415786a5df9f862728459771fc6b6d (diff)
downloadpkgsrc-84d92958ba2b7babfa0ffbaad42d55baf2e3330f.tar.gz
Remove unused patch.
Diffstat (limited to 'editors/beav')
-rw-r--r--editors/beav/patches/patch-aj19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/beav/patches/patch-aj b/editors/beav/patches/patch-aj
deleted file mode 100644
index f35a5b5d0d4..00000000000
--- a/editors/beav/patches/patch-aj
+++ /dev/null
@@ -1,19 +0,0 @@
-$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"