1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-04 08:46:43 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-10-08 09:06:16 +00:00
parent 40bf0efd47
commit 76890ff048
+4
View 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.