You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
308 B

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