summaryrefslogtreecommitdiff
path: root/net/choparp/files/patch-choparp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/choparp/files/patch-choparp.c')
-rw-r--r--net/choparp/files/patch-choparp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/choparp/files/patch-choparp.c b/net/choparp/files/patch-choparp.c
deleted file mode 100644
index 7032650e038b..000000000000
--- a/net/choparp/files/patch-choparp.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- choparp.c.orig Fri Feb 13 20:27:14 2004
-+++ choparp.c Fri Feb 13 20:27:51 2004
-@@ -437,6 +437,9 @@
- #endif
- if ((fd = openbpf(ifname, &buf, &buflen)) < 0)
- return(-1);
-+ #ifndef DEBUG
-+ daemon(0, 0);
-+ #endif
- loop(fd, buf, buflen);
- return(-1);
- }