summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_tty.h')
-rw-r--r--sys/netgraph/ng_tty.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_tty.h b/sys/netgraph/ng_tty.h
index ea72854..a9a1807 100644
--- a/sys/netgraph/ng_tty.h
+++ b/sys/netgraph/ng_tty.h
@@ -40,8 +40,8 @@
* $Whistle: ng_tty.h,v 1.7 1999/01/20 00:22:15 archie Exp $
*/
-#ifndef _NETGRAPH_TTY_H_
-#define _NETGRAPH_TTY_H_
+#ifndef _NETGRAPH_NG_TTY_H_
+#define _NETGRAPH_NG_TTY_H_
/* Node type name and magic cookie */
#define NG_TTY_NODE_TYPE "tty"
@@ -59,4 +59,4 @@ enum {
NGM_TTY_SET_HOTCHAR,
};
-#endif /* _NETGRAPH_TTY_H_ */
+#endif /* _NETGRAPH_NG_TTY_H_ */
OpenPOWER on IntegriCloud