blob: 8b4cd98ea7bf940d9030a55540f1433393e6121d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./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
|