summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pptpgre.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-11-11 12:30:37 +0000
committerru <ru@FreeBSD.org>2003-11-11 12:30:37 +0000
commit768137e95cbf8386e05d4465ac5ae345bdfa8fdd (patch)
treeb3bafd2f72cc71f68ca51565d55ac5c6eb1d3bd8 /sys/netgraph/ng_pptpgre.h
parent12457aa8886ce520aa0a7ac0e9a18baba9f27059 (diff)
downloadFreeBSD-src-768137e95cbf8386e05d4465ac5ae345bdfa8fdd.zip
FreeBSD-src-768137e95cbf8386e05d4465ac5ae345bdfa8fdd.tar.gz
Use a single style of multiple inclusion protection for Netgraph headers.
Reviewed by: archie, harti, emax
Diffstat (limited to 'sys/netgraph/ng_pptpgre.h')
-rw-r--r--sys/netgraph/ng_pptpgre.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_pptpgre.h b/sys/netgraph/ng_pptpgre.h
index 4322173..5ee3ec4 100644
--- a/sys/netgraph/ng_pptpgre.h
+++ b/sys/netgraph/ng_pptpgre.h
@@ -40,8 +40,8 @@
* $Whistle: ng_pptpgre.h,v 1.3 1999/12/08 00:11:36 archie Exp $
*/
-#ifndef _NETGRAPH_PPTPGRE_H_
-#define _NETGRAPH_PPTPGRE_H_
+#ifndef _NETGRAPH_NG_PPTPGRE_H_
+#define _NETGRAPH_NG_PPTPGRE_H_
/* Node type name and magic cookie */
#define NG_PPTPGRE_NODE_TYPE "pptpgre"
@@ -125,4 +125,4 @@ enum {
NGM_PPTPGRE_GETCLR_STATS, /* returns & clears stats */
};
-#endif /* _NETGRAPH_PPTPGRE_H_ */
+#endif /* _NETGRAPH_NG_PPTPGRE_H_ */
OpenPOWER on IntegriCloud