Updated a comment. Namspace pollution in <sys/select.h> is now moot since

it was moved to <sys/selinfo.h>.

Fixed indentation of $FreeBSD$.
This commit is contained in:
bde 2002-06-29 19:14:52 +00:00
parent 8368fc422d
commit 045420327a

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $FreeBSD$
*/
#ifndef _SYS_EVENT_H_
@ -114,7 +114,7 @@ struct kevent {
/*
* This is currently visible to userland to work around broken
* programs which pull in <sys/proc.h> or <sys/select.h>.
* programs which pull in <sys/proc.h>.
*/
#include <sys/queue.h>
struct knote;