diff options
Diffstat (limited to 'sys/netgraph/ng_split.h')
-rw-r--r-- | sys/netgraph/ng_split.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_split.h b/sys/netgraph/ng_split.h index 0b932bc..6e0854b 100644 --- a/sys/netgraph/ng_split.h +++ b/sys/netgraph/ng_split.h @@ -30,8 +30,8 @@ */ -#ifndef _NG_SPLIT_H -#define _NG_SPLIT_H +#ifndef _NETGRAPH_NG_SPLIT_H_ +#define _NETGRAPH_NG_SPLIT_H_ /* Node type name and magic cookie */ #define NG_SPLIT_NODE_TYPE "split" @@ -42,4 +42,4 @@ #define NG_SPLIT_HOOK_OUT "out" /* Output to outhook (sending out) */ #define NG_SPLIT_HOOK_IN "in" /* Input from inhook (recieving) */ -#endif /* _NG_SPLIT_H */ +#endif /* _NETGRAPH_NG_SPLIT_H_ */ |