summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2010-12-18 16:14:35 +0000
committerBart De Schuymer <bdschuym@pandora.be>2010-12-18 16:14:35 +0000
commitdb01774849084cc63d47fda04d867c088586e3a4 (patch)
tree15ebfbd354ba426f094afc6feb74f0b984ec7dbe
parent614ec3e111db9067ec9247b03ed2ac6274e46b9b (diff)
define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use kernel headers from user space
-rw-r--r--include/ebtables_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h
index 910c213..006e2dd 100644
--- a/include/ebtables_u.h
+++ b/include/ebtables_u.h
@@ -23,6 +23,7 @@
#ifndef EBTABLES_U_H
#define EBTABLES_U_H
+#define __EXPORTED_HEADERS__
#include <netinet/in.h>
#include <linux/netfilter_bridge/ebtables.h>
#include <linux/netfilter/x_tables.h>