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:18:49 UTC 2004

Modified Files:
        src/usr.bin/xlint/lint1 [netbsd-2-0]: emit1.c
        src/usr.bin/xlint/lint2 [netbsd-2-0]: read.c
        src/usr.sbin/config [netbsd-2-0]: hash.c
        src/usr.sbin/installboot/arch [netbsd-2-0]: sparc64.c
        src/usr.sbin/makefs [netbsd-2-0]: makefs.h
        src/usr.sbin/makefs/ffs [netbsd-2-0]: ffs_alloc.c ufs_bmap.c

Log Message:
Pull up revision 1.14 (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.13 -r1.13.2.1 src/usr.bin/xlint/lint1/emit1.c
cvs rdiff -r1.13 -r1.13.4.1 src/usr.bin/xlint/lint2/read.c
cvs rdiff -r1.13 -r1.13.2.1 src/usr.sbin/config/hash.c
cvs rdiff -r1.13 -r1.13.4.1 src/usr.sbin/installboot/arch/sparc64.c
cvs rdiff -r1.12 -r1.12.2.1 src/usr.sbin/makefs/makefs.h
cvs rdiff -r1.13 -r1.13.2.1 src/usr.sbin/makefs/ffs/ffs_alloc.c \
    src/usr.sbin/makefs/ffs/ufs_bmap.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