diff options
Diffstat (limited to 'package/iproute2/patches/patch-bridge_mst_c')
-rw-r--r-- | package/iproute2/patches/patch-bridge_mst_c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/iproute2/patches/patch-bridge_mst_c b/package/iproute2/patches/patch-bridge_mst_c deleted file mode 100644 index ed62eb842..000000000 --- a/package/iproute2/patches/patch-bridge_mst_c +++ /dev/null @@ -1,10 +0,0 @@ ---- iproute2-6.11.0.orig/bridge/mst.c 2024-09-15 21:42:26.000000000 +0200 -+++ iproute2-6.11.0/bridge/mst.c 2024-09-24 09:58:39.165522637 +0200 -@@ -4,6 +4,7 @@ - */ - - #include <stdio.h> -+#include <netinet/in.h> - #include <linux/if_bridge.h> - #include <net/if.h> - |