]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 8 Oct 2005 09:06:16 +0000 (09:06 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Oct 2005 09:06:16 +0000 (09:06 +0000)
lib/ChangeLog

index 66cd6bd30fa38b7cf03b89f03695fe0d57a75f1c..2686a4c196824335536bd34006496ca34af039ca 100644 (file)
@@ -1,5 +1,9 @@
 2005-10-08  Jim Meyering  <jim@meyering.net>
 
+       * openat.c (rpl_openat): Use the promoted type (int), not mode_t,
+       as second argument to va_arg.  Otherwise, some versions of gcc
+       warn that `if this code is reached, the program will abort'.
+
        Update from gnulib.
        * getdelim.c: (SIZE_MAX): New macro, if not already defined.