From: Ari Pollak Date: Sat, 13 Aug 2005 05:01:13 +0000 (-0400) Subject: Imported Debian patch 1.01b-12.2 X-Git-Tag: debian/1.01b-12.2^0 X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=commitdiff_plain;h=9ca71a388a3849345b28a95c5dffa16bb9da4065 Imported Debian patch 1.01b-12.2 --- diff --git a/debian/changelog b/debian/changelog index dce778f..fe17bd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mmv (1.01b-12.2) unstable; urgency=low + + * NMU + * Fix segfault at startup on amd64 (and possibly other architectures) + due to implicit declaration of functions from stdlib.h. (Closes: #322541) + + -- Ari Pollak Sat, 13 Aug 2005 01:01:13 -0400 + mmv (1.01b-12.1) unstable; urgency=low * Non-Maintainer Upload (BSP 2005-08-06). diff --git a/mmv.c b/mmv.c index abce4a4..f95772e 100644 --- a/mmv.c +++ b/mmv.c @@ -124,6 +124,7 @@ extern unsigned _stklen = 10000; #else /* for various flavors of UN*X */ +#include #include #include #include