Subject: CVS commit: src/usr.sbin/bootp
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 05/27/2007 16:31:43
Module Name:	src
Committed By:	tls
Date:		Sun May 27 16:31:43 UTC 2007

Modified Files:
	src/usr.sbin/bootp/bootpd: bootpd.c
	src/usr.sbin/bootp/bootpef: bootpef.c
	src/usr.sbin/bootp/bootpgw: bootpgw.c
	src/usr.sbin/bootp/bootptest: bootptest.c bootptest.h getether.c
	    print-bootp.c
	src/usr.sbin/bootp/common: dovend.c dumptab.c hash.c hwaddr.c lookup.c
	    readfile.c

Log Message:
For FORTIFY_SOURCE: do not pretend to convert code from b* to mem* by
using a #define to turn one into the other, this is pointless and causes
more portability issues than it solves (admittedly, in the year 1702 when
this code was written the opposite may have been the case).


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/usr.sbin/bootp/bootpd/bootpd.c
cvs rdiff -r1.6 -r1.7 src/usr.sbin/bootp/bootpef/bootpef.c
cvs rdiff -r1.12 -r1.13 src/usr.sbin/bootp/bootpgw/bootpgw.c
cvs rdiff -r1.15 -r1.16 src/usr.sbin/bootp/bootptest/bootptest.c
cvs rdiff -r1.4 -r1.5 src/usr.sbin/bootp/bootptest/bootptest.h
cvs rdiff -r1.7 -r1.8 src/usr.sbin/bootp/bootptest/getether.c \
    src/usr.sbin/bootp/bootptest/print-bootp.c
cvs rdiff -r1.5 -r1.6 src/usr.sbin/bootp/common/dovend.c \
    src/usr.sbin/bootp/common/lookup.c
cvs rdiff -r1.7 -r1.8 src/usr.sbin/bootp/common/dumptab.c
cvs rdiff -r1.6 -r1.7 src/usr.sbin/bootp/common/hash.c
cvs rdiff -r1.8 -r1.9 src/usr.sbin/bootp/common/hwaddr.c
cvs rdiff -r1.14 -r1.15 src/usr.sbin/bootp/common/readfile.c

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