cvs commit: src/usr.sbin/ipftest Makefile src/usr.sbin/ipsend Makefile src/usr.sbin/sendmail Makefile
Hiten Pandya
hmp at backplane.com
Fri Jul 23 11:00:02 PDT 2004
Matthew Dillon wrote:
Yah, people should remember that only GCC2 sets __FreeBSD__, for
compatibility. GCC3x does NOT set __FreeBSD__, only __DragonFly__.
So any #define __FreeBSD__ removal must also be accompanied by
__FreeBSD__ -> __DragonFly__ conversion.
And for ports, use && or || or some sort of a combination,
dont just do a replace if you are planning to push the changes
upwards to the vendor.
-Hiten
More information about the Commits
mailing list