diff options
-rw-r--r-- | sys/net/if_sppp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index 855e199..ab27fbe 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -16,11 +16,11 @@ * * From: Version 2.0, Fri Oct 6 20:39:21 MSK 1995 * - * $Id: if_sppp.h,v 1.9 1998/08/15 21:58:09 bde Exp $ + * $Id: if_sppp.h,v 1.10 1998/12/11 21:40:13 phk Exp $ */ -#ifndef _NET_IF_SPPP_H -#define _NET_IF_SPPP_H 1 +#ifndef _NET_IF_SPPP_H_ +#define _NET_IF_SPPP_H_ 1 #define IDX_LCP 0 /* idx into state table */ @@ -159,4 +159,4 @@ int sppp_isempty (struct ifnet *ifp); void sppp_flush (struct ifnet *ifp); #endif -#endif /* _NET_IF_SPPP_H */ +#endif /* _NET_IF_SPPP_H_ */ |