diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2011-08-11 18:20:37 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2011-08-11 18:20:37 +0000 |
commit | 67c0245d54e8803a699d399b7b2691c70f2ff7d8 (patch) | |
tree | 4e92238b20c5aafbe5c1cf9d2a1123494510c29b | |
parent | 37f8d57ca78f791ef0dcd3b1b33875e7d0df87d6 (diff) |
remove definition of __EXPORTED_HEADERS__: we use sanitized header files now
-rw-r--r-- | userspace/ebtables2/getethertype.c | 1 | ||||
-rw-r--r-- | userspace/ebtables2/include/ebtables_u.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/userspace/ebtables2/getethertype.c b/userspace/ebtables2/getethertype.c index 7adce53..e4e4812 100644 --- a/userspace/ebtables2/getethertype.c +++ b/userspace/ebtables2/getethertype.c @@ -32,7 +32,6 @@ * Created at: Mon Nov 11 12:20:11 EET 2002 ********************************************************************/ -#define __EXPORTED_HEADERS__ #include <ctype.h> #include <features.h> #include <sys/types.h> diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h index 8fbaed0..ab615c1 100644 --- a/userspace/ebtables2/include/ebtables_u.h +++ b/userspace/ebtables2/include/ebtables_u.h @@ -23,7 +23,6 @@ #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> |