summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_lmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_lmi.h')
-rw-r--r--sys/netgraph/ng_lmi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_lmi.h b/sys/netgraph/ng_lmi.h
index aa4c269..7c79504 100644
--- a/sys/netgraph/ng_lmi.h
+++ b/sys/netgraph/ng_lmi.h
@@ -40,8 +40,8 @@
* $Whistle: ng_lmi.h,v 1.9 1999/01/20 00:22:13 archie Exp $
*/
-#ifndef _NETGRAPH_LMI_H_
-#define _NETGRAPH_LMI_H_
+#ifndef _NETGRAPH_NG_LMI_H_
+#define _NETGRAPH_NG_LMI_H_
/* Node type name and magic cookie */
#define NG_LMI_NODE_TYPE "lmi"
@@ -77,4 +77,4 @@ struct nglmistat {
#define NG_LMI_SEQ_PER_FULL 5 /* keepalives per full status */
#define NG_LMI_LMI_PRIORITY 64 /* priority for LMI data */
-#endif /* _NETGRAPH_LMI_H_ */
+#endif /* _NETGRAPH_NG_LMI_H_ */
OpenPOWER on IntegriCloud