tags 454447 + patch thanks Hi,
Attached is the diff for my bonnie++ 1.03c+nmu1 NMU.
diff -Nru bonnie++-1.03c/changelog.txt bonnie++-1.03c+nmu1/changelog.txt --- bonnie++-1.03c/changelog.txt 2008-01-27 05:32:02.000000000 +0100 +++ bonnie++-1.03c+nmu1/changelog.txt 2008-03-22 09:08:58.000000000 +0100 @@ -1,3 +1,10 @@ +bonnie++ (1.03c+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #454447). + + -- Luk Claes <[EMAIL PROTECTED]> Sat, 22 Mar 2008 08:06:59 +0000 + bonnie++ (1.03c) unstable; urgency=low * Fixed some failures to check the return code of chdir(). diff -Nru /tmp/ta1FgZToSI/bonnie++-1.03c/debian/changelog /tmp/DAoxW5tt1h/bonnie++-1.03c+nmu1/debian/changelog --- bonnie++-1.03c/debian/changelog 2008-01-27 05:32:02.000000000 +0100 +++ bonnie++-1.03c+nmu1/debian/changelog 2008-03-22 09:08:58.000000000 +0100 @@ -1,3 +1,10 @@ +bonnie++ (1.03c+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #454447). + + -- Luk Claes <[EMAIL PROTECTED]> Sat, 22 Mar 2008 08:06:59 +0000 + bonnie++ (1.03c) unstable; urgency=low * Fixed some failures to check the return code of chdir(). diff -Nru /tmp/ta1FgZToSI/bonnie++-1.03c/zcav.cpp /tmp/DAoxW5tt1h/bonnie++-1.03c+nmu1/zcav.cpp --- bonnie++-1.03c/zcav.cpp 2007-12-03 00:07:38.000000000 +0100 +++ bonnie++-1.03c+nmu1/zcav.cpp 2008-03-22 09:07:43.000000000 +0100 @@ -9,6 +9,7 @@ #include <sys/stat.h> #include <fcntl.h> #include <stdlib.h> +#include <cstring> #include "bonnie.h" #ifdef HAVE_VECTOR #include <vector>

