看板 DFBSD_commit 關於我們 聯絡資訊
commit 301a3a0667205bf86df1c2a3826faa318cfb4348 Author: Sascha Wildner <saw@online.de> Date: Wed Apr 14 02:07:41 2010 +0200 Clean up some remains from the gcc2 days. In gcc2, we kept __FreeBSD__ as a compiler built-in. Starting with gcc3, we only define __DragonFly__. * Remove the general definition of __FreeBSD_version from <sys/param.h> and <osreldate.h>. However, ipftest(1) and ipsend(1) still need it, so define it from their Makefiles. * Remove the definition of __FreeBSD__ from the Makefiles of ipmon(8) and openssl(1), both of which don't need this anymore. Summary of changes: include/Makefile | 4 ---- sbin/ipmon/Makefile | 1 - secure/usr.bin/openssl/Makefile | 1 - sys/sys/param.h | 10 ---------- usr.sbin/ipftest/Makefile | 2 +- usr.sbin/ipsend/Makefile | 2 +- 6 files changed, 2 insertions(+), 18 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/301a3a0667205bf86df1c2a3826faa318cfb4348 -- DragonFly BSD source repository