summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-bq
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches/patch-bq')
-rw-r--r--editors/emacs/patches/patch-bq14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/emacs/patches/patch-bq b/editors/emacs/patches/patch-bq
deleted file mode 100644
index 4c8a00c09c8..00000000000
--- a/editors/emacs/patches/patch-bq
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 ();