diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-11-17 05:23:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-11-17 05:23:00 +0000 |
commit | 63a9b885007c8841cab73cd4531df754e86ecf54 (patch) | |
tree | 20b7a4bbac8d751d6513b4a282bf3105914ae596 | |
parent | e1d37c5b1c9474e50b0c80d3bffe040389447bc3 (diff) |
Userland programs should not include sys/select.h
-rw-r--r-- | usr.bin/vi/build/config.h | 4 |
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 */ |