From be1bed59fbc221986b3caa67bfed4cf41d917a58 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 21 Aug 1994 05:11:48 +0000 Subject: Make idempotent. Submitted by: Paul --- sys/net/if_llc.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sys/net/if_llc.h') 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 -- cgit v1.1