Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/sys
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.
Home |
Main Index |
Thread Index |
Old Index