summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llc.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 05:11:48 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 05:11:48 +0000
commitbe1bed59fbc221986b3caa67bfed4cf41d917a58 (patch)
tree016a8d95fca6fa7f4d9c2c455b7f14b5730261fb /sys/net/if_llc.h
parentae64eec6808f55ce14974d1087e31455a79922ae (diff)
downloadFreeBSD-src-be1bed59fbc221986b3caa67bfed4cf41d917a58.zip
FreeBSD-src-be1bed59fbc221986b3caa67bfed4cf41d917a58.tar.gz
Make idempotent.
Submitted by: Paul
Diffstat (limited to 'sys/net/if_llc.h')
-rw-r--r--sys/net/if_llc.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h
index b5793da..da89ee7 100644
--- a/sys/net/if_llc.h
+++ b/sys/net/if_llc.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)if_llc.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: if_llc.h,v 1.2 1994/08/02 07:46:16 davidg Exp $
*/
+#ifndef _NET_IF_LLC_H_
+#define _NET_IF_LLC_H_
+
/*
* IEEE 802.2 Link Level Control headers, for use in conjunction with
* 802.{3,4,5} media access control methods.
@@ -139,8 +142,4 @@ struct llc {
#define LLC_SNAP_LSAP 0xaa
#define LLC_ISO_LSAP 0xfe
-
-
-
-
-
+#endif
OpenPOWER on IntegriCloud