Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 03/05/2005 19:48:39
Module Name: src
Committed By: kleink
Date: Sat Mar 5 19:48:39 UTC 2005
Modified Files:
src/include: unistd.h
src/lib/libc/sys: select.2
src/sys/sys: select.h types.h
Log Message:
Provide select() and pselect() prototypes in <sys/select.h>, per
1003.1-2001, and leave the select() prototype in <unistd.h> for
compatibility. To allow for transition, reorganization of this is
deferred until netbsd-3 gets branched.
To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/include/unistd.h
cvs rdiff -r1.26 -r1.27 src/lib/libc/sys/select.2
cvs rdiff -r1.19 -r1.20 src/sys/sys/select.h
cvs rdiff -r1.65 -r1.66 src/sys/sys/types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.