summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-bk
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-04-11 00:31:43 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-04-11 00:31:43 +0000
commite3a2a0b56b80b831b9b4c3165d2bad33969d8ba5 (patch)
tree9dc9f5535070a2b19c7b05e52ee9c8c9bc2bc269 /editors/emacs20/patches/patch-bk
parentb29032496c5277325d2741aaf26883f7b5cfa3ad (diff)
downloadpkgsrc-e3a2a0b56b80b831b9b4c3165d2bad33969d8ba5.tar.gz
Re-import of Emacs 20, which has settled down in editors/emacs.
Diffstat (limited to 'editors/emacs20/patches/patch-bk')
-rw-r--r--editors/emacs20/patches/patch-bk12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs20/patches/patch-bk b/editors/emacs20/patches/patch-bk
new file mode 100644
index 00000000000..d693bceea9f
--- /dev/null
+++ b/editors/emacs20/patches/patch-bk
@@ -0,0 +1,12 @@
+$NetBSD: patch-bk,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
+
+--- ./lib-src/sorted-doc.c.orig Tue Mar 30 11:07:02 1999
++++ ./lib-src/sorted-doc.c Tue Sep 26 09:32:51 2000
+@@ -7,6 +7,7 @@
+
+ #include <stdio.h>
+ #include <ctype.h>
++#include <string.h>
+
+ extern char *malloc ();
+ char *xmalloc ();