Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/usr.bin
Module Name: src
Committed By: tron
Date: Tue Jun 22 07:19:32 UTC 2004
Modified Files:
src/usr.bin/ctags [netbsd-2-0]: print.c
src/usr.bin/xlint/lint2 [netbsd-2-0]: msg.c
Log Message:
Pull up revision 1.8 (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.7 -r1.7.2.1 src/usr.bin/ctags/print.c
cvs rdiff -r1.7 -r1.7.4.1 src/usr.bin/xlint/lint2/msg.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