diff options
Diffstat (limited to 'sys/netgraph/ng_echo.h')
-rw-r--r-- | sys/netgraph/ng_echo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_echo.h b/sys/netgraph/ng_echo.h index 2246a18..2e1bbe6 100644 --- a/sys/netgraph/ng_echo.h +++ b/sys/netgraph/ng_echo.h @@ -40,11 +40,11 @@ * $Whistle: ng_echo.h,v 1.3 1999/01/20 00:22:12 archie Exp $ */ -#ifndef _NETGRAPH_ECHO_H_ -#define _NETGRAPH_ECHO_H_ +#ifndef _NETGRAPH_NG_ECHO_H_ +#define _NETGRAPH_NG_ECHO_H_ /* Node type name and magic cookie */ #define NG_ECHO_NODE_TYPE "echo" #define NGM_ECHO_COOKIE 884298942 -#endif /* _NETGRAPH_ECHO_H_ */ +#endif /* _NETGRAPH_NG_ECHO_H_ */ |