summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/patches/patch-bq14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-bq b/editors/emacs/patches/patch-bq
new file mode 100644
index 00000000000..4c8a00c09c8
--- /dev/null
+++ b/editors/emacs/patches/patch-bq
@@ -0,0 +1,14 @@
+$NetBSD: patch-bq,v 1.1 2002/07/19 03:07:35 mycroft Exp $
+
+--- src/callproc.c.orig Wed May 24 13:58:24 2000
++++ src/callproc.c Fri Jul 19 02:40:39 2002
+@@ -24,6 +24,9 @@
+
+ #include <config.h>
+ #include <stdio.h>
++#ifdef HAVE_UNISTD_H
++#include <unistd.h>
++#endif
+
+ extern int errno;
+ extern char *strerror ();