Package: dnstop
Severity: important
Version: 20060517-1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- dnstop.c~ 2006-12-19 15:22:42.000000000 +0100
+++ dnstop.c 2006-12-19 15:22:42.000000000 +0100
@@ -55,7 +55,7 @@
#define PPP_CONTROL_VAL 0x03 /* The control byte value */
#endif
-#ifdef __linux__
+#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)
#define uh_dport dest
#endif
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]