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/exthdr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/exthdr.h') diff --git a/include/exthdr.h b/include/exthdr.h index 8ef0b395..62e69bd2 100644 --- a/include/exthdr.h +++ b/include/exthdr.h @@ -1,5 +1,5 @@ -#ifndef _EXTHDR_H -#define _EXTHDR_H +#ifndef NFTABLES_EXTHDR_H +#define NFTABLES_EXTHDR_H /** * struct exthdr_desc - extension header description @@ -81,4 +81,4 @@ extern const struct exthdr_desc exthdr_frag; extern const struct exthdr_desc exthdr_dst; extern const struct exthdr_desc exthdr_mh; -#endif /* _EXTHDR_H */ +#endif /* NFTABLES_EXTHDR_H */ -- cgit v1.2.3