From 7592e868cc4db97bd7a5ee0b895dd9af0d58b68a Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 19 Jul 2002 03:07:35 +0000 Subject: Pull in unistd.h to get the real vfork(). --- editors/emacs/patches/patch-bq | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editors/emacs/patches/patch-bq (limited to 'editors') 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 + #include ++#ifdef HAVE_UNISTD_H ++#include ++#endif + + extern int errno; + extern char *strerror (); -- cgit v1.2.3