summaryrefslogtreecommitdiffstats
path: root/include/rbtree.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-03-18 07:17:10 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-18 07:17:10 +0100
commitd1f959589a804ff01288ae2cc610d6679415d772 (patch)
tree00e3d17e47b73f04105cedfda203a9752b9262da /include/rbtree.h
parent6e92a6b2954e39e22405a1a6a0fba23f9788f7c4 (diff)
Fix use of reserved names in header sandwich
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/rbtree.h')
-rw-r--r--include/rbtree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rbtree.h b/include/rbtree.h
index 26b6b44a..ac65283f 100644
--- a/include/rbtree.h
+++ b/include/rbtree.h
@@ -18,8 +18,8 @@
*
*/
-#ifndef _RBTREE_H
-#define _RBTREE_H
+#ifndef NFTABLES_RBTREE_H
+#define NFTABLES_RBTREE_H
#include <stddef.h>
@@ -95,4 +95,4 @@ static inline void rb_link_node(struct rb_node * node, struct rb_node * parent,
(pos) != NULL; \
(node) = (next))
-#endif /* _RBTREE_H */
+#endif /* NFTABLES_RBTREE_H */