ports/net-mgmt/ndpmon/files/patch-parser.c
2014-09-19 05:16:36 +00:00

15 lines
327 B
C

$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;
}