diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-12-11 21:40:13 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-12-11 21:40:13 +0000 |
| commit | 34d528017b0a810bf4b5f41d34bd2f12c9b743cc (patch) | |
| tree | 026448298a931aed5458941550d4dd4472a358d9 /sys/net/if_sppp.h | |
| parent | 5177c2936a77e7dd59b21fb35bb252680003211c (diff) | |
Notes
Diffstat (limited to 'sys/net/if_sppp.h')
| -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 41e5d8e427cb1..855e199d8c4dd 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.8 1997/10/11 11:25:20 joerg Exp $ + * $Id: if_sppp.h,v 1.9 1998/08/15 21:58:09 bde Exp $ */ -#ifndef _NET_IF_HDLC_H_ -#define _NET_IF_HDLC_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_HDLC_H_ */ +#endif /* _NET_IF_SPPP_H */ |
