Whamcloud - gitweb
libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs
authorTheodore Ts'o <tytso@mit.edu>
Thu, 6 Oct 2011 17:28:07 +0000 (13:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Oct 2011 17:28:07 +0000 (13:28 -0400)
commitc4012e5a7ace2e1f382c4d46f56e5749758c9a1a
tree9b8a94b2dd9af030174a780a33f888027d591c60
parentf123e665496ad9f06b4a1da9e863364d8f224941
libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs

Some architectures have narrow mode_t's which can cause some
portability warnings with varargs.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext2fs.h
lib/ext2fs/getsectsize.c
lib/ext2fs/getsize.c
lib/ext2fs/unix_io.c
misc/e2image.c
resize/main.c