summaryrefslogtreecommitdiff
path: root/net-mgmt/ndpmon/files/patch-parser.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 22:01:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 22:01:24 +0000
commit11b0d3ddde2150d23a51c55b5597d968fe3a03bb (patch)
tree033e919c8c3370eefece9a149b26edc18d1cd93f /net-mgmt/ndpmon/files/patch-parser.c
parentFix build on local systems when ffmpeg-2.3.3 is installed. This removes the (diff)
Remove non staged ports without pending PR from net-im and net-mgmt
Notes
Notes: svn path=/head/; revision=366966
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-parser.c')
-rw-r--r--net-mgmt/ndpmon/files/patch-parser.c15
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;
- }