This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / net / bpfdesc.h
index 562ff43..ff8f189 100644 (file)
  * SUCH DAMAGE.
  *
  *     from: @(#)bpfdesc.h     7.1 (Berkeley) 5/7/91
  * SUCH DAMAGE.
  *
  *     from: @(#)bpfdesc.h     7.1 (Berkeley) 5/7/91
- *     $Id$
+ *     $Id: bpfdesc.h,v 1.2 1993/10/16 17:43:09 rgrimes Exp $
  */
 
  */
 
+#ifndef _NET_BPFDESC_H_
+#define _NET_BPFDESC_H_ 1
+
 /*
  * Descriptor associated with each open bpf file.
  */
 /*
  * 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 */
 };
        u_int bif_hdrlen;               /* length of header (with padding) */
        struct ifnet *bif_ifp;          /* correspoding interface */
 };
+#endif /* _NET_BPFDESC_H_ */