summaryrefslogtreecommitdiff
path: root/usr.bin/vi/build
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-11-17 05:23:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-11-17 05:23:00 +0000
commit63a9b885007c8841cab73cd4531df754e86ecf54 (patch)
tree20b7a4bbac8d751d6513b4a282bf3105914ae596 /usr.bin/vi/build
parente1d37c5b1c9474e50b0c80d3bffe040389447bc3 (diff)
Userland programs should not include sys/select.h
Diffstat (limited to 'usr.bin/vi/build')
-rw-r--r--usr.bin/vi/build/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/build/config.h b/usr.bin/vi/build/config.h
index 82aab2abab1..b300d014f2c 100644
--- a/usr.bin/vi/build/config.h
+++ b/usr.bin/vi/build/config.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.h,v 1.7 1998/07/24 00:07:35 millert Exp $ */
+/* $OpenBSD: config.h,v 1.8 2000/11/17 05:22:59 millert Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -117,7 +117,7 @@
#define HAVE_SYS_MMAN_H 1
/* Define if you have <sys/select.h> */
-#define HAVE_SYS_SELECT_H 1
+/* #undef HAVE_SYS_SELECT_H */
/* Define if you have the System V style pty calls. */
/* #undef HAVE_SYS5_PTY */