From: Jim Meyering Date: Sat, 22 Mar 2003 19:42:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.12~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e08b6d5fe7c31f8d735d982824049892769efdb0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index aba8764044..65271a4992 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,9 @@ 2003-03-22 Jim Meyering - * fnmatch_loop.c (NEW_PATTERN): Cast alloca to proper type. + * strftime.c (widen): Cast alloca return value to proper type. + + * fnmatch_loop.c + (NEW_PATTERN): Cast alloca return value to proper type. Otherwise, it wouldn't compile with at least /bin/cc on ymp-cray-unicos9.0.2.X. Combine two mostly-identical uses of alloca into one.