Patches item #301178, was opened at 2005-02-11 15:20 You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=410472&aid=301178&group_id=30218
Category: posix Group: unsubmitted Status: Open Resolution: None Priority: 5 Submitted By: Barry deFreese (bddebian-guest) Assigned to: Nobody (None) Summary: FTBFS tcpdump-3.8.3 Initial Comment: Author: Barry deFreese <[EMAIL PROTECTED]> Source: tcpdump Status: ugly but builds Categories: posix Strip-Level: -p1 --- tcpdump-stdinc.horg 2005-02-10 18:33:19.000000000 -0500 +++ tcpdump-stdinc.h 2005-02-10 18:32:40.000000000 -0500 @@ -42,6 +42,10 @@ #ifndef tcpdump_stdinc_h #define tcpdump_stdinc_h +#if defined(__GNU__) +# define MAXHOSTNAMELEN 64 +#endif + #ifdef WIN32 #include <stdio.h> ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=410472&aid=301178&group_id=30218 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

