aboutsummaryrefslogtreecommitdiff
path: root/mail/spamd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-05 19:03:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-05 19:03:52 +0000
commitb4b785f55bb8a671ed7abf9e7e3da5b7af76d4c5 (patch)
treee29a230b5da9e1b45d1a6f0291cb164565c62918 /mail/spamd
parentec3920942a5092d01e973523891db1c96041e6fc (diff)
downloadports-b4b785f55bb8a671ed7abf9e7e3da5b7af76d4c5.tar.gz
ports-b4b785f55bb8a671ed7abf9e7e3da5b7af76d4c5.zip
Notes
Diffstat (limited to 'mail/spamd')
-rw-r--r--mail/spamd/files/patch-spamlogd2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamd/files/patch-spamlogd b/mail/spamd/files/patch-spamlogd
index 1a3e2d35b5a6..f2031613b553 100644
--- a/mail/spamd/files/patch-spamlogd
+++ b/mail/spamd/files/patch-spamlogd
@@ -4,7 +4,7 @@
pcap_freecode(&bpfp);
-+#ifdef BIOLOCK
++#ifdef BIOCLOCK
if (ioctl(pcap_fileno(hpcap), BIOCLOCK) < 0) {
logmsg(LOG_ERR, "BIOCLOCK: %s", strerror(errno));
return (-1);