Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/22/2005 19:10:16
Module Name: src
Committed By: kleink
Date: Sun May 22 19:10:16 UTC 2005
Modified Files:
src/include: unistd.h
Log Message:
Remove the compatibility select() prototype. Going back to Lite2 select(2)
has also mandated <sys/time.h> to be included, which is now sufficient
for the prototype and all related declarations; thus the local duplicate
of the prototype can be removed. Approved by Christos.
To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/include/unistd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.