summaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2004-04-25 16:28:33 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2004-04-25 16:28:33 +0000
commit3a1db40690e7f6798100de009b50baaba490fd2a (patch)
tree8feafa1987e0965025d3a64ec4194ad2ce59c6f2 /sbin/routed
parentd85fc3f762a827eba7b2a0678830aeaccef883bd (diff)
unifdef -DSMALL_KERNEL
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/Makefile3
-rw-r--r--sbin/routed/radix.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index e35d864aa0c..5beaf908a95 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2004/04/25 16:17:04 itojun Exp $
+# $OpenBSD: Makefile,v 1.15 2004/04/25 16:28:32 itojun Exp $
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
@@ -9,6 +9,5 @@ SUBDIR= rtquery
# Do *NOT* turn this flag on unless you like security holes
#CFLAGS+=-DPERMIT_TRACE
-CFLAGS+=-DSMALL_KERNEL
.include <bsd.prog.mk>
diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c
index 28ec0695519..8a62fb73345 100644
--- a/sbin/routed/radix.c
+++ b/sbin/routed/radix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: radix.c,v 1.1 2004/04/25 16:17:04 itojun Exp $ */
+/* $OpenBSD: radix.c,v 1.2 2004/04/25 16:28:32 itojun Exp $ */
/* $NetBSD: radix.c,v 1.20 2003/08/07 16:32:56 agc Exp $ */
/*