aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dnstop/musl-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dnstop/musl-fix.patch')
-rw-r--r--testing/dnstop/musl-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/dnstop/musl-fix.patch b/testing/dnstop/musl-fix.patch
deleted file mode 100644
index 8b4cd98ea7..0000000000
--- a/testing/dnstop/musl-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./dnstop.c.orig
-+++ ./dnstop.c
-@@ -69,7 +69,7 @@
- #define ETHERTYPE_IPV6 0x86DD
- #endif
-
--#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)
-+#if defined(__GLIBC__) || defined(__GNU__)
- #define uh_dport dest
- #define uh_sport source
- #endif