Back this one out until I can fix _all_ of the headers. The headers sure

are shpxed quite nicely.
This commit is contained in:
green 2000-08-07 03:54:25 +00:00
parent e372881b3c
commit 5552c067d1
2 changed files with 2 additions and 2 deletions

View File

@ -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 *));

View File

@ -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 *));