aboutsummaryrefslogtreecommitdiff
path: root/mail/spamd/files/patch-spamlogd
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamd/files/patch-spamlogd')
-rw-r--r--mail/spamd/files/patch-spamlogd15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/spamd/files/patch-spamlogd b/mail/spamd/files/patch-spamlogd
deleted file mode 100644
index f2031613b553..000000000000
--- a/mail/spamd/files/patch-spamlogd
+++ /dev/null
@@ -1,15 +0,0 @@
---- spamlogd/spamlogd.c.orig Sat Jun 23 15:28:14 2007
-+++ spamlogd/spamlogd.c Sat Jun 23 15:28:27 2007
-@@ -158,10 +158,12 @@
-
- pcap_freecode(&bpfp);
-
-+#ifdef BIOCLOCK
- if (ioctl(pcap_fileno(hpcap), BIOCLOCK) < 0) {
- logmsg(LOG_ERR, "BIOCLOCK: %s", strerror(errno));
- return (-1);
- }
-+#endif
-
- return (0);
- }