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, 0 insertions, 15 deletions
diff --git a/net-mgmt/ndpmon/files/patch-parser.c b/net-mgmt/ndpmon/files/patch-parser.c deleted file mode 100644 index e75b8ef02d74..000000000000 --- a/net-mgmt/ndpmon/files/patch-parser.c +++ /dev/null @@ -1,15 +0,0 @@ - -$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; - } |