aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-12-11 21:42:57 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-12-11 21:42:57 +0000
commit48672719c3cba74c1cf23b5580db036e2d0efcea (patch)
treeda87ccd059aa5279e7cec57dbadb4857932493c1
parent34d528017b0a810bf4b5f41d34bd2f12c9b743cc (diff)
downloadsrc-48672719c3cba74c1cf23b5580db036e2d0efcea.tar.gz
src-48672719c3cba74c1cf23b5580db036e2d0efcea.zip
(almost) null commit, recording message for previous commit:
s/_NET_IF_HDLC_H_/_NET_IF_SPPP_H_/ Unfold almost correct and hideous beyond reason, boolean expression, making it more correct at the same time.
Notes
Notes: svn path=/head/; revision=41687
-rw-r--r--sys/net/if_sppp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h
index 855e199d8c4d..ab27fbeb144b 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_ */