diff options
Diffstat (limited to 'sys/net/bpf_compat.h')
-rw-r--r-- | sys/net/bpf_compat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/bpf_compat.h b/sys/net/bpf_compat.h index 132a6df645266..682426c966393 100644 --- a/sys/net/bpf_compat.h +++ b/sys/net/bpf_compat.h @@ -31,10 +31,9 @@ * SUCH DAMAGE. * * @(#)bpf_compat.h 8.1 (Berkeley) 6/10/93 + * $Id$ */ -/* from: $Header: bpf_compat.h,v 1.1 92/05/22 15:33:20 mccanne Exp $ (LBL) */ - /* * Some hacks for compatibility across SunOS and 4.4BSD. We emulate malloc * and free with mbuf clusters. We store a pointer to the mbuf in the first |