Subject: CVS commit: [netbsd-2] src/sys/sys
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/24/2005 22:50:28
Module Name:	src
Committed By:	riz
Date:		Tue May 24 22:50:28 UTC 2005

Modified Files:
	src/sys/sys [netbsd-2]: types.h

Log Message:
Pull up revision 1.67 via patch(requested by kleink in ticket #1546):
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.

This fixes PRs kern/5076 and lib/30166.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.62.4.1 src/sys/sys/types.h

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