diff options
author | wollman <wollman@FreeBSD.org> | 2001-01-20 03:11:47 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2001-01-20 03:11:47 +0000 |
commit | 3923d4a12bb792009fa4d9fdeee4f9df34aae8b8 (patch) | |
tree | 7028766b76f52545007cd99c75cc2b90125add2a | |
parent | ff19d89bc64f0c82eb7248f0b609515a8c3e69c0 (diff) | |
download | FreeBSD-src-3923d4a12bb792009fa4d9fdeee4f9df34aae8b8.zip FreeBSD-src-3923d4a12bb792009fa4d9fdeee4f9df34aae8b8.tar.gz |
Do not recursively include <sys/selinfo.h> from <sys/select.h>; all in-tree
clients have been fixed. (So far as I can tell, all of the user-land
clients of <sys/select.h> do so vacuously, in the expectation that select()
might be declared there.)
-rw-r--r-- | sys/sys/select.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/sys/select.h b/sys/sys/select.h index 01f4549..363dbb0 100644 --- a/sys/sys/select.h +++ b/sys/sys/select.h @@ -36,10 +36,4 @@ #ifndef _SYS_SELECT_H_ #define _SYS_SELECT_H_ -/* - * For the moment, just include <sys/selinfo.h> until all clients are - * fixed. - */ -#include <sys/selinfo.h> - #endif /* _SYS_SELECT_H_ */ |