aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ip_input.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_ip_input.h
parenta5ba2b5cc4d72b13cfb66af436ed0b981b7c94b7 (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_ip_input.h')
-rw-r--r--sys/netgraph/ng_ip_input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_ip_input.h b/sys/netgraph/ng_ip_input.h
index 8c087b58011e..e60ee3733fc5 100644
--- a/sys/netgraph/ng_ip_input.h
+++ b/sys/netgraph/ng_ip_input.h
@@ -65,11 +65,11 @@
* $FreeBSD$
*/
-#ifndef _NETGRAPH_IP_INPUT_H_
-#define _NETGRAPH_IP_INPUT_H_
+#ifndef _NETGRAPH_NG_IP_INPUT_H_
+#define _NETGRAPH_NG_IP_INPUT_H_
/* Node type name and magic cookie */
#define NG_IP_INPUT_NODE_TYPE "ip_input"
#define NGM_IP_INPUT_COOKIE 994874907
-#endif /* _NETGRAPH_IP_INPUT_H_ */
+#endif /* _NETGRAPH_NG_IP_INPUT_H_ */