Commit 298d8b4a29e66da0b046b64b822f97d1c8fef74b

Michael Haubenwallner 2009-10-30T17:00:03

stat: fix compilation on AIX AC_SYS_LARGEFILE turns on large-file support, but in that mode, AIX provides only struct stat64, and not struct stat. * lib/sys_stat.in.h (stat): Work with fact that large files on AIX only see struct stat64. Signed-off-by: Eric Blake <ebb9@byu.net>