diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-05 19:03:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-05 19:03:52 +0000 |
commit | b4b785f55bb8a671ed7abf9e7e3da5b7af76d4c5 (patch) | |
tree | e29a230b5da9e1b45d1a6f0291cb164565c62918 /mail/spamd | |
parent | ec3920942a5092d01e973523891db1c96041e6fc (diff) | |
download | ports-b4b785f55bb8a671ed7abf9e7e3da5b7af76d4c5.tar.gz ports-b4b785f55bb8a671ed7abf9e7e3da5b7af76d4c5.zip |
Notes
Diffstat (limited to 'mail/spamd')
-rw-r--r-- | mail/spamd/files/patch-spamlogd | 2 |
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); |