Browse Source

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>
lilik-openwrt-22.03
Toke Høiland-Jørgensen 9 years ago
parent
commit
345cbdc10e
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      net/netperf/patches/001-musl-fix.patch

+ 0
- 12
net/netperf/patches/001-musl-fix.patch View File

@ -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>

Loading…
Cancel
Save