summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-11-21 18:16:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-11-21 18:16:48 +0000
commit0bec780131c1105ad6cf2a2cbc989ee84ffdbb10 (patch)
tree2286c902bd69d876f7d004015a7f4c743851e804 /sys/kern
parenteb01b2b7fa7f0eff236c6683e0369227aef6c5ae (diff)
Move contents of sys/select.h to sys/selinfo.h in preparation for a
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c
index 5124454475f..0eabced16b6 100644
--- a/sys/kern/kern_event.c
+++ b/sys/kern/kern_event.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_event.c,v 1.25 2004/09/16 18:46:01 millert Exp $ */
+/* $OpenBSD: kern_event.c,v 1.26 2005/11/21 18:16:45 millert Exp $ */
/*-
* Copyright (c) 1999,2000,2001 Jonathan Lemon <jlemon@FreeBSD.org>
@@ -37,7 +37,7 @@
#include <sys/file.h>
#include <sys/filedesc.h>
#include <sys/fcntl.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <sys/queue.h>
#include <sys/event.h>
#include <sys/eventvar.h>