1--- pcap-bpf.c.orig	2008-10-10 19:42:44.000000000 -0700
2+++ pcap-bpf.c	2009-09-01 19:54:11.000000000 -0700
3@@ -1860,7 +1860,7 @@
4 		 * (Treating it as such doesn't fix the timeout
5 		 * problem described below.)
6 		 */
7-		struct timeval to;
8+		struct BPF_TIMEVAL to;
9 		to.tv_sec = p->md.timeout / 1000;
10 		to.tv_usec = (p->md.timeout * 1000) % 1000000;
11 		if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&to) < 0) {
12