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/utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/utils.h') diff --git a/include/utils.h b/include/utils.h index beb63868..15271e5b 100644 --- a/include/utils.h +++ b/include/utils.h @@ -1,5 +1,5 @@ -#ifndef _UTILS_H -#define _UTILS_H +#ifndef NFTABLES_UTILS_H +#define NFTABLES_UTILS_H #include #include @@ -66,4 +66,4 @@ extern void *xrealloc(void *ptr, size_t size); extern void *xzalloc(size_t size); extern char *xstrdup(const char *s); -#endif /* _UTILS_H */ +#endif /* NFTABLES_UTILS_H */ -- cgit v1.2.3