From: Jim Meyering Date: Sat, 8 Oct 2005 09:06:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.91~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76890ff04828517c8ac6eb3d55ecc0fe5bc41e5f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 66cd6bd30f..2686a4c196 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-10-08 Jim Meyering + * 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.