Remove remaining references to BIOCSETBUFMODE ifdefs. We now have

another ifdef for zerocopy bpf.
This commit is contained in:
Rui Paulo 2009-03-21 23:13:48 +00:00
parent 2676a4aff3
commit b2e0e80d0c

View File

@ -93,10 +93,6 @@ static int odmlockid = 0;
#endif /* _AIX */
#ifdef BIOCSETBUFMODE
#include <machine/atomic.h>
#endif
#include <ctype.h>
#include <errno.h>
#include <netdb.h>
@ -1893,9 +1889,6 @@ pcap_activate_bpf(pcap_t *p)
goto bad;
}
}
#ifdef BIOCSETBUFMODE
p->timeout = to_ms;
#endif
#ifdef _AIX
#ifdef BIOCIMMEDIATE