stat: fix compilation on AIX
authorMichael Haubenwallner <michael.haubenwallner@salomon.at>
Fri, 30 Oct 2009 23:00:03 +0000 (17:00 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 30 Oct 2009 23:00:03 +0000 (17:00 -0600)
commit298d8b4a29e66da0b046b64b822f97d1c8fef74b
tree91e96084241ee1743fd974f017e5cc8f17dec72d
parent2c5cdd7ee599857815bb1bffd4953b46b16dbaf7
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>
ChangeLog
lib/sys_stat.in.h