diff options
author | billf <billf@FreeBSD.org> | 2000-09-16 06:54:32 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-09-16 06:54:32 +0800 |
commit | eda71a6009df1df8c133f3de9e976543f18865fe (patch) | |
tree | 973792e588216b900ab89ad43e73f960ed37f11f /editors/vigor | |
parent | 439261fba5b4160dcd1d5b7a9510f1002f1b05b6 (diff) | |
download | freebsd-ports-gnome-eda71a6009df1df8c133f3de9e976543f18865fe.tar.gz freebsd-ports-gnome-eda71a6009df1df8c133f3de9e976543f18865fe.tar.zst freebsd-ports-gnome-eda71a6009df1df8c133f3de9e976543f18865fe.zip |
naughty application, #including kernel headers...
Diffstat (limited to 'editors/vigor')
-rw-r--r-- | editors/vigor/files/patch-ab | 33 |
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> |