aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/selinfo.h
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-08-07 03:54:25 +0000
committerBrian Feldman <green@FreeBSD.org>2000-08-07 03:54:25 +0000
commit7adddcb3934b527f3f64c37a77502ecb9b8996da (patch)
tree548c81df93c4684dd1377d76bd7f86903f9bee0e /sys/sys/selinfo.h
parent5d25b0f6fba02741a317b9ed779ce53161de8382 (diff)
downloadsrc-7adddcb3934b527f3f64c37a77502ecb9b8996da.tar.gz
src-7adddcb3934b527f3f64c37a77502ecb9b8996da.zip
Back this one out until I can fix _all_ of the headers. The headers sure
are shpxed quite nicely.
Notes
Notes: svn path=/head/; revision=64326
Diffstat (limited to 'sys/sys/selinfo.h')
-rw-r--r--sys/sys/selinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h
index 874758b3de38..4909a341f5b0 100644
--- a/sys/sys/selinfo.h
+++ b/sys/sys/selinfo.h
@@ -37,7 +37,6 @@
#ifndef _SYS_SELECT_H_
#define _SYS_SELECT_H_
-#ifdef _KERNEL
#include <sys/event.h> /* for struct klist */
/*
@@ -51,6 +50,7 @@ struct selinfo {
};
#define SI_COLL 0x0001 /* collision occurred */
+#ifdef _KERNEL
struct proc;
void selrecord __P((struct proc *selector, struct selinfo *));