summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-10 02:42:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-10 02:42:31 +0000
commit20a5e454ab7486f19ccc36c428f0022381cb854c (patch)
tree5cd5c464c47b09279131015fa585ef67b5c79e4c
parent3af1f83e42d56d877eaadf81e99c15d25fa0c4a4 (diff)
code we do not use, had a typo; sirsyko@temp.ishiboo.com
-rw-r--r--sys/net/bpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index 034143e3081..64129212b3e 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.c,v 1.17 1999/08/08 00:43:00 niklas Exp $ */
+/* $OpenBSD: bpf.c,v 1.18 1999/08/10 02:42:30 deraadt Exp $ */
/* $NetBSD: bpf.c,v 1.33 1997/02/21 23:59:35 thorpej Exp $ */
/*
@@ -1016,7 +1016,7 @@ bpfselect(dev, rw)
* if there isn't data waiting, and there's a timeout,
* mark the time we started waiting.
*/
- if (b->db_rtout != -1 && (d->bd_rdStart == 0)
+ if (b->db_rtout != -1 && (d->bd_rdStart == 0))
d->bd_rdStart = ticks;
return (bpf_select(dev, rw, u.u_procp));