summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2002-07-19 03:07:35 +0000
committermycroft <mycroft@pkgsrc.org>2002-07-19 03:07:35 +0000
commit7592e868cc4db97bd7a5ee0b895dd9af0d58b68a (patch)
tree515fab0ff5dd8f55a2277d7ad6059f409c5d939a /editors/emacs
parent4acf5a5358d527676a02c5005e5587da86d739f2 (diff)
downloadpkgsrc-7592e868cc4db97bd7a5ee0b895dd9af0d58b68a.tar.gz
Pull in unistd.h to get the real vfork().
Diffstat (limited to 'editors/emacs')
-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 ();