summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2004-04-25 16:28:32 +0000
committeritojun <itojun@openbsd.org>2004-04-25 16:28:32 +0000
commit045a9ad92fba1fb2af7dea2eeff1c2ff26d20c30 (patch)
tree13d6a7ef05b9edbdab22d3a35e472b2c98035bc4
parentchange sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadt (diff)
downloadwireguard-openbsd-045a9ad92fba1fb2af7dea2eeff1c2ff26d20c30.tar.xz
wireguard-openbsd-045a9ad92fba1fb2af7dea2eeff1c2ff26d20c30.zip
unifdef -DSMALL_KERNEL
-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 $ */
/*