aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_cisco.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-11-11 12:30:37 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-11-11 12:30:37 +0000
commite20480bfb6869d99d93891ec878221122b4d3478 (patch)
treeb3bafd2f72cc71f68ca51565d55ac5c6eb1d3bd8 /sys/netgraph/ng_cisco.h
parenta5ba2b5cc4d72b13cfb66af436ed0b981b7c94b7 (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_cisco.h')
-rw-r--r--sys/netgraph/ng_cisco.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_cisco.h b/sys/netgraph/ng_cisco.h
index e8a24955b2a5..db3cd60e0c21 100644
--- a/sys/netgraph/ng_cisco.h
+++ b/sys/netgraph/ng_cisco.h
@@ -40,8 +40,8 @@
* $Whistle: ng_cisco.h,v 1.6 1999/01/25 01:21:48 archie Exp $
*/
-#ifndef _NETGRAPH_CISCO_H_
-#define _NETGRAPH_CISCO_H_
+#ifndef _NETGRAPH_NG_CISCO_H_
+#define _NETGRAPH_NG_CISCO_H_
/* Node type name and magic cookie */
#define NG_CISCO_NODE_TYPE "cisco"
@@ -86,5 +86,5 @@ struct ng_cisco_stats {
{ NULL } \
}
-#endif /* _NETGRAPH_CISCO_H_ */
+#endif /* _NETGRAPH_NG_CISCO_H_ */