blob: 11cb86bdcce85fd103a9a83e070dbe5d4f9a1456 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>
|