summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-30 22:59:41 +0000
committerpeter <peter@FreeBSD.org>2003-10-30 22:59:41 +0000
commit4516581af2fcfc658fea239fb2e97f8f58a3bf4d (patch)
treef1ed5f468fcf990e2db1f7a86c2a3497cc83be13 /usr.sbin/mrouted
parent446d2f7e9fce7c214100f4e8bc56ecd6274363d3 (diff)
downloadFreeBSD-src-4516581af2fcfc658fea239fb2e97f8f58a3bf4d.zip
FreeBSD-src-4516581af2fcfc658fea239fb2e97f8f58a3bf4d.tar.gz
Use -D to rename the log() function (extensively used) rather than
using the gcc-specific -fno-builtin-log switch.
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/Makefile.inc b/usr.sbin/mrouted/Makefile.inc
index af7ae50..63c2210 100644
--- a/usr.sbin/mrouted/Makefile.inc
+++ b/usr.sbin/mrouted/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-CFLAGS+= -DRSRR -fno-builtin-log
+CFLAGS+= -DRSRR -Dlog=logit
.if exists(${.OBJDIR}/../common)
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
OpenPOWER on IntegriCloud