summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft>2002-07-19 03:07:35 +0000
committermycroft <mycroft>2002-07-19 03:07:35 +0000
commit3b060fa9e0144f43bd6c2270b11ead7c2ffc6a9b (patch)
tree515fab0ff5dd8f55a2277d7ad6059f409c5d939a
parenteb71289b63c8d5167a8cc9c0262e58eca213f553 (diff)
downloadpkgsrc-3b060fa9e0144f43bd6c2270b11ead7c2ffc6a9b.tar.gz
Pull in unistd.h to get the real vfork().
-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 ();