]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 22 Mar 2003 19:42:50 +0000 (19:42 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Mar 2003 19:42:50 +0000 (19:42 +0000)
lib/ChangeLog

index aba87640441318e26043d28c918cd98a75de4675..65271a4992cfa05b55b8cb6349fb63821c67dc44 100644 (file)
@@ -1,6 +1,9 @@
 2003-03-22  Jim Meyering  <jim@meyering.net>
 
-       * 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.