Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/22/2005 12:44:24
Module Name:	src
Committed By:	kleink
Date:		Sun May 22 12:44:24 UTC 2005

Modified Files:
	src/distrib/sets/lists/comp: mi
	src/sys/sys: Makefile select.h types.h
Added Files:
	src/sys/sys: fd_set.h

Log Message:
* Factor out fd_set and related definitions from <sys/types.h> to
  <sys/fd_set.h>.  Still include it from <sys/types.h> for _NETBSD_SOURCE,
  and amke <sys/select.h> use it instead of <sys/types.h>.
* Instead of including <string.h> for memset()/memcpy() (or adding their
  declarations locally), make FD_ZERO()/FD_COPY() use GCC builtins if
  available, or define them inline otherwise.
Approved by Christos.


To generate a diff of this commit:
cvs rdiff -r1.785 -r1.786 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.72 -r1.73 src/sys/sys/Makefile
cvs rdiff -r0 -r1.1 src/sys/sys/fd_set.h
cvs rdiff -r1.23 -r1.24 src/sys/sys/select.h
cvs rdiff -r1.66 -r1.67 src/sys/sys/types.h

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