mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
(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.
This commit is contained in:
parent
34d528017b
commit
48672719c3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41687
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user