aboutsummaryrefslogtreecommitdiff
path: root/editors/vigor
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-09-15 22:54:32 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-09-15 22:54:32 +0000
commit7483f474b914752af11bcb5fdec6070eb5fe95d2 (patch)
tree7d25c7588cbb0f209f1db57de27a273a32f06858 /editors/vigor
parent771417e4512ca49bd07b4f337f5159bf2298e3e3 (diff)
downloadports-7483f474b914752af11bcb5fdec6070eb5fe95d2.tar.gz
ports-7483f474b914752af11bcb5fdec6070eb5fe95d2.zip
naughty application, #including kernel headers...
Notes
Notes: svn path=/head/; revision=32660
Diffstat (limited to 'editors/vigor')
-rw-r--r--editors/vigor/files/patch-ab33
1 files changed, 33 insertions, 0 deletions
diff --git a/editors/vigor/files/patch-ab b/editors/vigor/files/patch-ab
new file mode 100644
index 000000000000..11cb86bdcce8
--- /dev/null
+++ b/editors/vigor/files/patch-ab
@@ -0,0 +1,33 @@
+--- ../vigor/vigor.c.orig Fri Sep 15 18:41:47 2000
++++ ../vigor/vigor.c Fri Sep 15 18:41:54 2000
+@@ -13,7 +13,7 @@
+ #include <sys/types.h>
+ #include <sys/queue.h>
+ #include <sys/time.h>
+-#ifdef HAVE_SYS_SELECT_H
++#if 0
+ #include <sys/select.h>
+ #endif
+
+--- ../cl/cl_read.c.orig Fri Sep 15 18:37:07 2000
++++ ../cl/cl_read.c Fri Sep 15 18:40:21 2000
+@@ -15,7 +15,7 @@
+
+ #include <sys/types.h>
+ #include <sys/queue.h>
+-#ifdef HAVE_SYS_SELECT_H
++#if 0
+ #include <sys/select.h>
+ #endif
+ #include <sys/time.h>
+--- ../ex/ex_script.c.orig Fri Sep 15 18:40:53 2000
++++ ../ex/ex_script.c Fri Sep 15 18:41:02 2000
+@@ -19,7 +19,7 @@
+ #include <sys/types.h>
+ #include <sys/ioctl.h>
+ #include <sys/queue.h>
+-#ifdef HAVE_SYS_SELECT_H
++#if 0
+ #include <sys/select.h>
+ #endif
+ #include <sys/stat.h>