From d1f959589a804ff01288ae2cc610d6679415d772 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 18 Mar 2009 07:17:10 +0100 Subject: Fix use of reserved names in header sandwich Signed-off-by: Patrick McHardy --- include/expression.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/expression.h') diff --git a/include/expression.h b/include/expression.h index 72585469..e9d21cfc 100644 --- a/include/expression.h +++ b/include/expression.h @@ -1,5 +1,5 @@ -#ifndef _EXPRESSION_H -#define _EXPRESSION_H +#ifndef NFTABLES_EXPRESSION_H +#define NFTABLES_EXPRESSION_H #include #include @@ -320,4 +320,4 @@ extern struct expr *mapping_expr_alloc(const struct location *loc, extern struct expr *map_expr_alloc(const struct location *loc, struct expr *arg, struct expr *list); -#endif /* _EXPRESSION_H */ +#endif /* NFTABLES_EXPRESSION_H */ -- cgit v1.2.3