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:22:16 UTC 2004

Modified Files:
        src/usr.bin/stat [netbsd-2-0]: stat.c
        src/usr.sbin/makefs/ffs [netbsd-2-0]: mkfs.c

Log Message:
Pull up revision 1.19 (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.17.2.1 -r1.17.2.2 src/usr.bin/stat/stat.c
cvs rdiff -r1.18 -r1.18.2.1 src/usr.sbin/makefs/ffs/mkfs.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