summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-08-07 03:54:25 +0000
committergreen <green@FreeBSD.org>2000-08-07 03:54:25 +0000
commit5552c067d100f62e5ea14f79e8a3fc08e26f0a01 (patch)
tree3b6d429c09a4bfcc613faa94156f424f2ff9b0e3
parente372881b3ce12f98dc8cd41f53e05538b8d117c4 (diff)
downloadFreeBSD-src-5552c067d100f62e5ea14f79e8a3fc08e26f0a01.zip
FreeBSD-src-5552c067d100f62e5ea14f79e8a3fc08e26f0a01.tar.gz
Back this one out until I can fix _all_ of the headers. The headers sure
are shpxed quite nicely.
-rw-r--r--sys/sys/select.h2
-rw-r--r--sys/sys/selinfo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/select.h b/sys/sys/select.h
index 874758b..4909a34 100644
--- a/sys/sys/select.h
+++ b/sys/sys/select.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 *));
diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h
index 874758b..4909a34 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 *));
OpenPOWER on IntegriCloud