commit 345cbdc10ede91c3e0ed704286bf3553830f3792 parent 90ae9b4ddfb31e002432df7db3b7b2dc344cb109 Author: Toke Høiland-Jørgensen <toke@toke.dk> Date: Wed, 5 Aug 2015 15:36:33 +0200 Netperf: Remove musl compatibility patch. Turns out that is not needed anymore for v2.7.0. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk> Diffstat:
| D | net/netperf/patches/001-musl-fix.patch | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/net/netperf/patches/001-musl-fix.patch b/net/netperf/patches/001-musl-fix.patch @@ -1,12 +0,0 @@ -diff --git a/src/netrt_rtnetlink.c b/src/netrt_rtnetlink.c -index 10e4750..318c0c2 100644 ---- a/src/netrt_rtnetlink.c -+++ b/src/netrt_rtnetlink.c -@@ -5,7 +5,6 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <bits/sockaddr.h> - #include <asm/types.h> - #include <linux/rtnetlink.h> - #include <netinet/in.h>