Subject: CVS commit: [netbsd-3] src/sys/sys
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/28/2005 13:36:29
Module Name:	src
Committed By:	tron
Date:		Sat May 28 13:36:29 UTC 2005

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

Log Message:
Apply patch (requested by kleink in ticket #342):
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.66 -r1.66.2.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.