diff options
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-parser.c')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-parser.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/ndpmon/files/patch-parser.c b/net-mgmt/ndpmon/files/patch-parser.c new file mode 100644 index 000000000000..e75b8ef02d74 --- /dev/null +++ b/net-mgmt/ndpmon/files/patch-parser.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- parser.c.orig ++++ parser.c +@@ -77,8 +77,8 @@ + write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_defrtr",flag); + write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_pinfo",flag); + write_proc("/proc/sys/net/ipv6/conf/all/accept_redirects",flag); +- } + #endif ++ } + xmlXPathFreeObject (xmlobject); + return; + } |