mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
11 lines
260 B
Diff
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
|