summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_ppp.h')
-rw-r--r--sys/netgraph/ng_ppp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_ppp.h b/sys/netgraph/ng_ppp.h
index 2dabc4e..27ce469 100644
--- a/sys/netgraph/ng_ppp.h
+++ b/sys/netgraph/ng_ppp.h
@@ -40,8 +40,8 @@
* $Whistle: ng_ppp.h,v 1.8 1999/01/25 02:40:02 archie Exp $
*/
-#ifndef _NETGRAPH_PPP_H_
-#define _NETGRAPH_PPP_H_
+#ifndef _NETGRAPH_NG_PPP_H_
+#define _NETGRAPH_NG_PPP_H_
/* Node type name and magic cookie */
#define NG_PPP_NODE_TYPE "ppp"
@@ -197,4 +197,4 @@ struct ng_ppp_link_stat {
{ NULL } \
}
-#endif /* _NETGRAPH_PPP_H_ */
+#endif /* _NETGRAPH_NG_PPP_H_ */
OpenPOWER on IntegriCloud