Subject: CVS commit: src/dist/dhcp
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 05/27/2007 16:27:57
Module Name: src
Committed By: tls
Date: Sun May 27 16:27:57 UTC 2007
Modified Files:
src/dist/dhcp/minires: ns_sign.c res_init.c res_send.c
Added Files:
src/dist/dhcp/includes/omapip: trace_mr.h
Log Message:
Changes required for FORTIFY_SOURCE: don't rely on #define read (etc.)
before system header file inclusion magically causing what "read" is
#defined to to pick up a read-like prototype. For sanity's sake, put
prototypes for revolting trace_mr stuff in their own header file (instead
of nowhere at all and using the trick referenced above).
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/dist/dhcp/includes/omapip/trace_mr.h
cvs rdiff -r1.4 -r1.5 src/dist/dhcp/minires/ns_sign.c \
src/dist/dhcp/minires/res_init.c src/dist/dhcp/minires/res_send.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.