tags 431308 + patch pending thanks Hi,
The following is the diff for my sip-tester 2.0.1-1.1 NMU. Tested on alpha and with the example mentioned when calling sipp after building i386. Kind regards T. diff -u sip-tester-2.0.1/debian/changelog sip-tester-2.0.1/debian/changelog --- sip-tester-2.0.1/debian/changelog +++ sip-tester-2.0.1/debian/changelog @@ -1,3 +1,11 @@ +sip-tester (2.0.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Change ifdef to detect Tru64 unix. Thanks to Falk Hueffner. + Closes: #431308 + + -- Thomas Viehmann <[EMAIL PROTECTED]> Mon, 10 Mar 2008 20:19:18 +0000 + sip-tester (2.0.1-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- sip-tester-2.0.1.orig/sipp.hpp +++ sip-tester-2.0.1/sipp.hpp @@ -443,7 +443,7 @@ void remove_from_pollfiles(int sock); int pollset_add(call * p_call, int socket); -#if defined (__hpux) || defined (__alpha) && !defined (__FreeBSD__) +#if defined (__hpux) || defined (__digital__) && defined(__unix__) #define sipp_socklen_t int #else #define sipp_socklen_t socklen_t -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]