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/netlink.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/netlink.h') diff --git a/include/netlink.h b/include/netlink.h index 4849ff51..cec5247b 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -1,5 +1,5 @@ -#ifndef _NETLINK_H -#define _NETLINK_H +#ifndef NFTABLES_NETLINK_H +#define NFTABLES_NETLINK_H #include #include @@ -57,4 +57,4 @@ extern int netlink_get_table(struct netlink_ctx *ctx, const struct handle *h); extern int netlink_list_table(struct netlink_ctx *ctx, const struct handle *h); extern int netlink_flush_table(struct netlink_ctx *ctx, const struct handle *h); -#endif /* _NETLINK_H */ +#endif /* NFTABLES_NETLINK_H */ -- cgit v1.2.3