summaryrefslogtreecommitdiffstats
path: root/sys/sys/selinfo.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2001-01-04 03:29:16 +0000
committerwollman <wollman@FreeBSD.org>2001-01-04 03:29:16 +0000
commit3e01d5137c096b50565856d397309f5dff15875d (patch)
tree098ca9b2e2b2c30eb980af80d7a2e2bfdc193ce0 /sys/sys/selinfo.h
parent0f4e383f2ec35e2a723e660991d8e551f5192878 (diff)
downloadFreeBSD-src-3e01d5137c096b50565856d397309f5dff15875d.zip
FreeBSD-src-3e01d5137c096b50565856d397309f5dff15875d.tar.gz
Move `struct selinfo' and related functions to <sys/selinfo.h>.
Bump __FreeBSD_version to reflect the move. For the moment, <sys/select.h> includes <sys/selinfo.h> to allow clients time to catch up. Changes made in preparation for SUSv2/POSIX <sys/select.h> requirements.
Diffstat (limited to 'sys/sys/selinfo.h')
-rw-r--r--sys/sys/selinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h
index 4909a34..f0ca515 100644
--- a/sys/sys/selinfo.h
+++ b/sys/sys/selinfo.h
@@ -34,8 +34,8 @@
* $FreeBSD$
*/
-#ifndef _SYS_SELECT_H_
-#define _SYS_SELECT_H_
+#ifndef _SYS_SELINFO_H_
+#define _SYS_SELINFO_H_
#include <sys/event.h> /* for struct klist */
@@ -57,4 +57,4 @@ void selrecord __P((struct proc *selector, struct selinfo *));
void selwakeup __P((struct selinfo *));
#endif
-#endif /* !_SYS_SELECT_H_ */
+#endif /* !_SYS_SELINFO_H_ */
OpenPOWER on IntegriCloud