summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-bn
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs20/patches/patch-bn')
-rw-r--r--editors/emacs20/patches/patch-bn17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/emacs20/patches/patch-bn b/editors/emacs20/patches/patch-bn
deleted file mode 100644
index f9e6b39989b..00000000000
--- a/editors/emacs20/patches/patch-bn
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-bn,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
-
---- lib-src/cvtmail.c.orig Tue Jul 16 22:08:02 1996
-+++ lib-src/cvtmail.c Fri Jul 19 02:34:38 2002
-@@ -35,10 +35,8 @@
-
-
- #include <stdio.h>
--
--char *malloc ();
--char *realloc ();
--char *getenv ();
-+#include <string.h>
-+#include <stdlib.h>
-
- char *xmalloc ();
- char *xrealloc ();