21 lines
646 B
Text
21 lines
646 B
Text
$NetBSD: patch-aa,v 1.6 2016/03/25 21:06:50 joerg Exp $
|
|
|
|
--- src/configs/netbsd.orig 2004-07-10 22:21:01.000000000 +0200
|
|
+++ src/configs/netbsd
|
|
@@ -11,8 +11,8 @@ mantype bsd42
|
|
|
|
cc cc
|
|
#cflags -g
|
|
-cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow
|
|
-cflags -O -g
|
|
+#cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow
|
|
+cflags -O -g -DUSE_MMAP -D_KERNTYPES
|
|
|
|
ldflags -lkvm
|
|
|
|
@@ -40,4 +40,4 @@ path_pid /var/run/%s.pid
|
|
path_version /var/run/%s.version
|
|
path_unix /netbsd
|
|
|
|
-protocols bgp egp hello icmp rip ospf iso slsp isis rdisc
|
|
+protocols bgp egp icmp rip ospf slsp rdisc
|