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/datatype.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/datatype.h') diff --git a/include/datatype.h b/include/datatype.h index c6aeeeda..c3415223 100644 --- a/include/datatype.h +++ b/include/datatype.h @@ -1,5 +1,5 @@ -#ifndef _DATATYPE_H -#define _DATATYPE_H +#ifndef NFTABLES_DATATYPE_H +#define NFTABLES_DATATYPE_H /** * enum datatypes @@ -153,4 +153,4 @@ extern const struct datatype inet_service_type; extern const struct datatype mark_type; extern const struct datatype time_type; -#endif /* _DATATYPE_H */ +#endif /* NFTABLES_DATATYPE_H */ -- cgit v1.2.3