mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-08 05:34:27 +02:00
12 lines
260 B
Diff
12 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
|