From 768137e95cbf8386e05d4465ac5ae345bdfa8fdd Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 11 Nov 2003 12:30:37 +0000 Subject: Use a single style of multiple inclusion protection for Netgraph headers. Reviewed by: archie, harti, emax --- sys/netgraph/ng_l2tp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netgraph/ng_l2tp.h') diff --git a/sys/netgraph/ng_l2tp.h b/sys/netgraph/ng_l2tp.h index 3be85da..4fe1d50 100644 --- a/sys/netgraph/ng_l2tp.h +++ b/sys/netgraph/ng_l2tp.h @@ -40,8 +40,8 @@ * $FreeBSD$ */ -#ifndef _NETGRAPH_L2TP_H_ -#define _NETGRAPH_L2TP_H_ +#ifndef _NETGRAPH_NG_L2TP_H_ +#define _NETGRAPH_NG_L2TP_H_ /* Node type name and magic cookie */ #define NG_L2TP_NODE_TYPE "l2tp" @@ -158,4 +158,4 @@ enum { NGM_L2TP_ACK_FAILURE, /* sent *from* node after ack timeout */ }; -#endif /* _NETGRAPH_L2TP_H_ */ +#endif /* _NETGRAPH_NG_L2TP_H_ */ -- cgit v1.1