diff options
author | 2000-11-17 05:22:59 +0000 | |
---|---|---|
committer | 2000-11-17 05:22:59 +0000 | |
commit | 7be8d50a3c7a400a37a0c442d175ec629825de99 (patch) | |
tree | 433b4dd40265944691bc216686738aea5dbdc8cb | |
parent | correct timersub (diff) | |
download | wireguard-openbsd-7be8d50a3c7a400a37a0c442d175ec629825de99.tar.xz wireguard-openbsd-7be8d50a3c7a400a37a0c442d175ec629825de99.zip |
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 */ |