diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/net/bpfdesc.h | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/net/bpfdesc.h')
| -rw-r--r-- | sys/net/bpfdesc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h index 9313b3208494..f684e30dbbe1 100644 --- a/sys/net/bpfdesc.h +++ b/sys/net/bpfdesc.h @@ -36,9 +36,12 @@ * SUCH DAMAGE. * * from: @(#)bpfdesc.h 7.1 (Berkeley) 5/7/91 - * $Id: bpfdesc.h,v 1.2 1993/10/16 17:43:09 rgrimes Exp $ + * $Id: bpfdesc.h,v 1.3 1993/11/07 17:46:51 wollman Exp $ */ +#ifndef _NET_BPFDESC_H_ +#define _NET_BPFDESC_H_ 1 + /* * Descriptor associated with each open bpf file. */ @@ -86,3 +89,4 @@ struct bpf_if { u_int bif_hdrlen; /* length of header (with padding) */ struct ifnet *bif_ifp; /* correspoding interface */ }; +#endif /* _NET_BPFDESC_H_ */ |
