Back this one out until I can fix _all_ of the headers. The headers sure
are shpxed quite nicely.
This commit is contained in:
parent
e372881b3c
commit
5552c067d1
@ -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 *));
|
||||
|
@ -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 *));
|
||||
|
Loading…
x
Reference in New Issue
Block a user