summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_sample.h')
-rw-r--r--sys/netgraph/ng_sample.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_sample.h b/sys/netgraph/ng_sample.h
index 4f63c80..f74f494 100644
--- a/sys/netgraph/ng_sample.h
+++ b/sys/netgraph/ng_sample.h
@@ -40,8 +40,8 @@
* $Whistle: ng_sample.h,v 1.3 1999/01/20 00:22:14 archie Exp $
*/
-#ifndef _NETGRAPH_SAMPLE_H_
-#define _NETGRAPH_SAMPLE_H_
+#ifndef _NETGRAPH_NG_SAMPLE_H_
+#define _NETGRAPH_NG_SAMPLE_H_
/* Node type name. This should be unique among all netgraph node types */
#define NG_XXX_NODE_TYPE "sample"
@@ -85,4 +85,4 @@ struct ngxxxstat {
{ NULL } \
}
-#endif /* _NETGRAPH_SAMPLE_H_ */
+#endif /* _NETGRAPH_NG_SAMPLE_H_ */
OpenPOWER on IntegriCloud