aports/main/dnstop/musl-fix.patch
2014-05-28 07:34:45 +00:00

11 lines
260 B
Diff

--- ./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