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/erec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/erec.h') diff --git a/include/erec.h b/include/erec.h index 51f39588..25df1d0f 100644 --- a/include/erec.h +++ b/include/erec.h @@ -1,5 +1,5 @@ -#ifndef _EREC_H -#define _EREC_H +#ifndef NFTABLES_EREC_H +#define NFTABLES_EREC_H #include #include @@ -61,4 +61,4 @@ static inline void erec_queue(struct error_record *erec, extern void erec_print(FILE *f, const struct error_record *erec); extern void erec_print_list(FILE *f, struct list_head *list); -#endif /* _EREC_H */ +#endif /* NFTABLES_EREC_H */ -- cgit v1.2.3