Removed static specifiers. Align bpf headers on sizeof(long) boundaries
authorniklas <niklas@openbsd.org>
Mon, 17 Mar 1997 16:29:37 +0000 (16:29 +0000)
committerniklas <niklas@openbsd.org>
Mon, 17 Mar 1997 16:29:37 +0000 (16:29 +0000)
commit565d2ea1b3d1b00c7fe55824e39f17923aa1952d
tree44679f6fe8d4ef02ba122c77d395512374390735
parent3d8e6fb8745d33e9b87c9480e848188c47b8d37b
Removed static specifiers.  Align bpf headers on sizeof(long) boundaries
as it begins with a timeval struct.  This fixes the alpha bpf panics.
Removed double prototypes.  Reordered includes.  The last change came from
NetBSD.  Updated $NetBSD$ tags.  Slight KNF too.
sys/net/bpf.c
sys/net/bpf.h