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/nftables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/nftables.h') diff --git a/include/nftables.h b/include/nftables.h index 7e4a2fc8..d0a3d544 100644 --- a/include/nftables.h +++ b/include/nftables.h @@ -1,5 +1,5 @@ -#ifndef _NFTABLES_H -#define _NFTABLES_H +#ifndef NFTABLES_NFTABLES_H +#define NFTABLES_NFTABLES_H #include #include @@ -93,4 +93,4 @@ struct input_descriptor { off_t line_offset; }; -#endif /* _NFTABLES_H */ +#endif /* NFTABLES_NFTABLES_H */ -- cgit v1.2.3