diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-11-11 12:30:37 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-11-11 12:30:37 +0000 |
commit | e20480bfb6869d99d93891ec878221122b4d3478 (patch) | |
tree | b3bafd2f72cc71f68ca51565d55ac5c6eb1d3bd8 /sys/netgraph/ng_l2tp.h | |
parent | a5ba2b5cc4d72b13cfb66af436ed0b981b7c94b7 (diff) | |
download | src-test2-e20480bfb6869d99d93891ec878221122b4d3478.tar.gz src-test2-e20480bfb6869d99d93891ec878221122b4d3478.zip |
Notes
Diffstat (limited to 'sys/netgraph/ng_l2tp.h')
-rw-r--r-- | sys/netgraph/ng_l2tp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_l2tp.h b/sys/netgraph/ng_l2tp.h index 3be85da45c28..4fe1d50f82d8 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_ */ |