diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-10 11:37:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-10 11:37:36 +0000 |
commit | 51a243f3c112e6946575381ef5531fb1e51370e8 (patch) | |
tree | eef7b18709ad81144cd8be4de052abe9505a8242 /package/network | |
parent | 664c195e3355b79023c4315c6f0d7948380d69d6 (diff) | |
download | upstream-51a243f3c112e6946575381ef5531fb1e51370e8.tar.gz upstream-51a243f3c112e6946575381ef5531fb1e51370e8.tar.bz2 upstream-51a243f3c112e6946575381ef5531fb1e51370e8.zip |
ebtables: remove partially broken musl fix
See http://patchwork.ozlabs.org/patch/493573/ for more information
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46293 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/utils/ebtables/patches/100-musl_fix.patch | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/package/network/utils/ebtables/patches/100-musl_fix.patch b/package/network/utils/ebtables/patches/100-musl_fix.patch deleted file mode 100644 index 462fea6e73..0000000000 --- a/package/network/utils/ebtables/patches/100-musl_fix.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- a/extensions/ebt_among.c -+++ b/extensions/ebt_among.c -@@ -13,7 +13,6 @@ - #include <ctype.h> - #include <unistd.h> - #include "../include/ebtables_u.h" --#include <netinet/ether.h> - #include "../include/ethernetdb.h" - #include <linux/if_ether.h> - #include <linux/netfilter_bridge/ebt_among.h> ---- a/extensions/ebt_arpreply.c -+++ b/extensions/ebt_arpreply.c -@@ -12,7 +12,6 @@ - #include <string.h> - #include <getopt.h> - #include "../include/ebtables_u.h" --#include <netinet/ether.h> - #include <linux/netfilter_bridge/ebt_arpreply.h> - - static int mac_supplied; ---- a/extensions/ebt_nat.c -+++ b/extensions/ebt_nat.c -@@ -11,7 +11,6 @@ - #include <string.h> - #include <getopt.h> - #include "../include/ebtables_u.h" --#include <netinet/ether.h> - #include <linux/netfilter_bridge/ebt_nat.h> - - static int to_source_supplied, to_dest_supplied; ---- a/useful_functions.c -+++ b/useful_functions.c -@@ -25,7 +25,6 @@ - #include "include/ebtables_u.h" - #include "include/ethernetdb.h" - #include <stdio.h> --#include <netinet/ether.h> - #include <string.h> - #include <stdlib.h> - #include <getopt.h> ---- a/include/ebtables_u.h -+++ b/include/ebtables_u.h -@@ -23,6 +23,7 @@ - - #ifndef EBTABLES_U_H - #define EBTABLES_U_H -+#include <sys/types.h> - #include <netinet/in.h> - #include <linux/netfilter_bridge/ebtables.h> - #include <linux/netfilter/x_tables.h> |