Hi Duane,

I received the following bug report on the Debian package of dnstop.
Please consider to include the patch in the next release of dnstop.

Kind regards,
Best wishes,
-- 
Adriaan Peeters
--- Begin Message ---
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




--- End Message ---

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to