summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2008-11-26 18:01:43 +0000
committerdlg <dlg@openbsd.org>2008-11-26 18:01:43 +0000
commitde8ffdb71bcff1678e94a1102f0341cdbb452ab1 (patch)
tree539622c3cc881925b9dbdb320fb6b1de929f6323 /sys/net/bpf.h
parentprovide m_clsetlwm, an interface for an interface to raise its low (diff)
downloadwireguard-openbsd-de8ffdb71bcff1678e94a1102f0341cdbb452ab1.tar.xz
wireguard-openbsd-de8ffdb71bcff1678e94a1102f0341cdbb452ab1.zip
dont have bpf.h expose the kernel ticks variable wherever it is includeing.
it is very confusing like this. ok deraadt@ canacar@
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index fcf4c2588ec..03b04d0c759 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.h,v 1.36 2008/11/09 15:08:26 naddy Exp $ */
+/* $OpenBSD: bpf.h,v 1.37 2008/11/26 18:01:43 dlg Exp $ */
/* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */
/*
@@ -285,7 +285,4 @@ u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
*/
#define BPF_MEMWORDS 16
-extern int ticks; /* from kern/kern_clock.c; incremented each */
- /* clock tick. */
-
#endif /* _NET_BPF_H_ */