Your message dated Wed, 03 Jan 2007 09:21:00 +0100
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #403738,
regarding dnstop: FTBFS on GNU/kFreeBSD
to be marked as having been forwarded to the upstream software
author(s) Duane Wessels <[EMAIL PROTECTED]>.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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 ---
signature.asc
Description: This is a digitally signed message part
--- End Message ---