summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sppp.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-11 21:42:57 +0000
committerphk <phk@FreeBSD.org>1998-12-11 21:42:57 +0000
commitacabbd1ccfc6eb7aa51558419768fd7b4a48a6df (patch)
tree396860221ee29abeeb12130285285a535cbee2c3 /sys/net/if_sppp.h
parent990b5dccf9710fb69f762c919806ac1d4c08227a (diff)
downloadFreeBSD-src-acabbd1ccfc6eb7aa51558419768fd7b4a48a6df.zip
FreeBSD-src-acabbd1ccfc6eb7aa51558419768fd7b4a48a6df.tar.gz
(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.
Diffstat (limited to 'sys/net/if_sppp.h')
-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 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_ */
OpenPOWER on IntegriCloud