This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / net / bpfdesc.h
index 6d63033..ff8f189 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)bpfdesc.h   7.1 (Berkeley) 5/7/91
- *
- * @(#) $Header: bpfdesc.h,v 1.10 92/02/24 21:28:24 mccanne Exp $ (LBL)
- *
- * PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
- * --------------------         -----   ----------------------
- * CURRENT PATCH LEVEL:         1       00112
- * --------------------         -----   ----------------------
- *
- * 14 Mar 93    David Greenman         Upgrade bpf to match tcpdump 2.2.1
+ *     from: @(#)bpfdesc.h     7.1 (Berkeley) 5/7/91
+ *     $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.
  */
@@ -94,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_ */