From d3eff5cec10db8091edaf6687bd5780bd6a65ef3 Mon Sep 17 00:00:00 2001 From: csjp Date: Tue, 23 Aug 2005 01:35:38 +0000 Subject: FreeBSD unconditionally supports write filters now. --- sbin/dhclient/bpf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sbin/dhclient') diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c index 911acb4..60a9d74 100644 --- a/sbin/dhclient/bpf.c +++ b/sbin/dhclient/bpf.c @@ -221,7 +221,6 @@ if_register_receive(struct interface_info *info) if (ioctl(info->rfdesc, BIOCSETF, &p) < 0) error("Can't install packet filter program: %m"); -#ifdef BIOCSETWF /* Set up the bpf write filter program structure. */ p.bf_len = dhcp_bpf_wfilter_len; p.bf_insns = dhcp_bpf_wfilter; @@ -234,7 +233,6 @@ if_register_receive(struct interface_info *info) if (ioctl(info->rfdesc, BIOCLOCK, NULL) < 0) error("Cannot lock bpf"); -#endif } ssize_t -- cgit v1.1