aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/ebtables/patches/100-musl_fix.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-07-02 17:31:03 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-07-02 17:33:55 +0200
commitafac2a2dd67502ef8bd9799f328fa2e3b39292b1 (patch)
treeba845a99af5135c293a07456bf130b198d1950fc /package/network/utils/ebtables/patches/100-musl_fix.patch
parente705342bf8cf1e5c2c1750cf50ab3cf04cc2e080 (diff)
downloadupstream-afac2a2dd67502ef8bd9799f328fa2e3b39292b1.tar.gz
upstream-afac2a2dd67502ef8bd9799f328fa2e3b39292b1.tar.bz2
upstream-afac2a2dd67502ef8bd9799f328fa2e3b39292b1.zip
ebtables: update to latest git 2018-06-27
48cff25 build: drop install -o/-g root 53d7e7a extensions: ebt_string: take action if snprintf discards data Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/ebtables/patches/100-musl_fix.patch')
-rw-r--r--package/network/utils/ebtables/patches/100-musl_fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ebtables/patches/100-musl_fix.patch b/package/network/utils/ebtables/patches/100-musl_fix.patch
index 3fe5845897..f393ea7d91 100644
--- a/package/network/utils/ebtables/patches/100-musl_fix.patch
+++ b/package/network/utils/ebtables/patches/100-musl_fix.patch
@@ -6,5 +6,5 @@
#define EBTABLES_U_H
+#define _NETINET_IF_ETHER_H
#include <netinet/in.h>
+ #include <netinet/ether.h>
#include <linux/netfilter_bridge/ebtables.h>
- #include <linux/netfilter/x_tables.h>