*** ./src/filetypes.h.ORIG Thu Apr 22 16:16:47 2010 --- ./src/filetypes.h Thu Apr 22 16:17:07 2010 *************** *** 82,85 **** --- 82,87 ---- #define lstat stat #endif int lstat (); + #ifndef _AIX51 int stat (); + #endif