Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src



Module Name:    src
Committed By:   tron
Date:           Tue Jun 22 07:15:27 UTC 2004

Modified Files:
        src/lib/libc/db/btree [netbsd-2-0]: bt_utils.c
        src/lib/libc/db/hash [netbsd-2-0]: hash_func.c
        src/lib/libc/db/recno [netbsd-2-0]: rec_utils.c
        src/usr.bin/cksum [netbsd-2-0]: print.c
        src/usr.bin/ctags [netbsd-2-0]: ctags.c tree.c
        src/usr.bin/m4 [netbsd-2-0]: look.c
        src/usr.bin/menuc [netbsd-2-0]: main.c
        src/usr.bin/rpcgen [netbsd-2-0]: rpc_sample.c rpc_util.c

Log Message:
Pull up revision 1.10 (requested by jmc in ticket #527):
Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.2.1 src/lib/libc/db/btree/bt_utils.c
cvs rdiff -r1.9 -r1.9.2.1 src/lib/libc/db/hash/hash_func.c
cvs rdiff -r1.9 -r1.9.2.1 src/lib/libc/db/recno/rec_utils.c
cvs rdiff -r1.9 -r1.9.2.1 src/usr.bin/cksum/print.c
cvs rdiff -r1.9 -r1.9.2.1 src/usr.bin/ctags/ctags.c src/usr.bin/ctags/tree.c
cvs rdiff -r1.9 -r1.9.2.1 src/usr.bin/m4/look.c
cvs rdiff -r1.9 -r1.9.2.1 src/usr.bin/menuc/main.c
cvs rdiff -r1.9 -r1.9.4.1 src/usr.bin/rpcgen/rpc_sample.c \
    src/usr.bin/rpcgen/rpc_util.c

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