]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(rpl_openat): Use the promoted type (int), not mode_t,
authorJim Meyering <jim@meyering.net>
Sat, 8 Oct 2005 09:05:08 +0000 (09:05 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Oct 2005 09:05:08 +0000 (09:05 +0000)
commit40bf0efd47387010a4dafa8d07146643c8e00aaa
treec7fdbc99482d9dbb56db0abfc7a9d8367e87bd02
parentf754c25d4cb79c179964f50cdc44a5e0dc37736d
(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'.
lib/openat.c