Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/25/2005 19:56:07
Module Name:	src
Committed By:	matt
Date:		Fri Feb 25 19:56:07 UTC 2005

Modified Files:
	src/sys/kern: sys_generic.c
	src/sys/sys: poll.h select.h

Log Message:
Add the code for pselect and pollts.  Add selcommon and pollcommon to
<sys/select.h> and <sys/poll.h>.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/kern/sys_generic.c
cvs rdiff -r1.8 -r1.9 src/sys/sys/poll.h
cvs rdiff -r1.18 -r1.19 src/sys/sys/select.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.