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>