summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_UI.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_UI.h')
-rw-r--r--sys/netgraph/ng_UI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_UI.h b/sys/netgraph/ng_UI.h
index 4ce1493..146c185 100644
--- a/sys/netgraph/ng_UI.h
+++ b/sys/netgraph/ng_UI.h
@@ -40,8 +40,8 @@
* $Whistle: ng_UI.h,v 1.6 1999/01/20 00:54:15 archie Exp $
*/
-#ifndef _NETGRAPH_UI_H_
-#define _NETGRAPH_UI_H_
+#ifndef _NETGRAPH_NG_UI_H_
+#define _NETGRAPH_NG_UI_H_
/* Node type name and cookie */
#define NG_UI_NODE_TYPE "UI"
@@ -51,5 +51,5 @@
#define NG_UI_HOOK_DOWNSTREAM "downstream"
#define NG_UI_HOOK_UPSTREAM "upstream"
-#endif /* _NETGRAPH_UI_H_ */
+#endif /* _NETGRAPH_NG_UI_H_ */
OpenPOWER on IntegriCloud