aboutsummaryrefslogtreecommitdiff
path: root/net/dnstop/patches/100-fix_udphdr_error.patch
blob: 2b729ea60dc869b3b70f29c26039a30ed9450c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/dnstop.c
+++ b/dnstop.c
@@ -71,11 +71,6 @@ static const char *Version = "@VERSION@"
 #define ETHERTYPE_IPV6 0x86DD
 #endif
 
-#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)
-#define uh_dport dest
-#define uh_sport source
-#endif
-
 typedef struct {
     inX_addr src;
     int count;