tags 417425 + patch thanks Hi,
Attached is the diff for my maildir-bulletin 0.68-0.1 NMU.
diff -Nru maildir-bulletin-0.68/changes.txt maildir-bulletin-0.68/changes.txt --- maildir-bulletin-0.68/changes.txt 2007-02-01 11:20:46.000000000 +0100 +++ maildir-bulletin-0.68/changes.txt 2008-03-09 18:08:28.000000000 +0100 @@ -1,3 +1,10 @@ +maildir-bulletin (0.68-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417425). + + -- Luk Claes <[EMAIL PROTECTED]> Sun, 09 Mar 2008 17:08:07 +0000 + maildir-bulletin (0.68) unstable; urgency=high * Non-maintainer upload. @@ -91,6 +98,3 @@ -- Russell Coker <[EMAIL PROTECTED]> Wed, 20 Oct 1999 16:05:16 +0200 -Local variables: -mode: debian-changelog -End: diff -Nru /tmp/hQhKfZyBdr/maildir-bulletin-0.68/debian/changelog /tmp/JfwW9sO9r7/maildir-bulletin-0.68/debian/changelog --- maildir-bulletin-0.68/debian/changelog 2007-02-01 11:20:46.000000000 +0100 +++ maildir-bulletin-0.68/debian/changelog 2008-03-09 18:08:28.000000000 +0100 @@ -1,3 +1,10 @@ +maildir-bulletin (0.68-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417425). + + -- Luk Claes <[EMAIL PROTECTED]> Sun, 09 Mar 2008 17:08:07 +0000 + maildir-bulletin (0.68) unstable; urgency=high * Non-maintainer upload. @@ -91,6 +98,3 @@ -- Russell Coker <[EMAIL PROTECTED]> Wed, 20 Oct 1999 16:05:16 +0200 -Local variables: -mode: debian-changelog -End: diff -Nru /tmp/hQhKfZyBdr/maildir-bulletin-0.68/maildir-bulletin.cpp /tmp/JfwW9sO9r7/maildir-bulletin-0.68/maildir-bulletin.cpp --- maildir-bulletin-0.68/maildir-bulletin.cpp 2003-08-05 23:51:45.000000000 +0200 +++ maildir-bulletin-0.68/maildir-bulletin.cpp 2008-03-09 18:08:44.000000000 +0100 @@ -1,4 +1,5 @@ #include <stdio.h> +#include <stdlib.h> #include <string> #include <strings.h> #include <string.h>