James Youngman wrote: > Sorry about those defects. Thanks for cleaning up the mess :)
One more item: On AIX, there is no <sys/fcntl.h>. 2007-03-29 Bruno Haible <[EMAIL PROTECTED]> * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>. *** tests/test-stat-time.c 27 Mar 2007 18:51:18 -0000 1.3 --- tests/test-stat-time.c 29 Mar 2007 22:56:52 -0000 *************** *** 21,31 **** #include "stat-time.h" #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> - #include <sys/fcntl.h> #include <unistd.h> #define ASSERT(condition) if (!(condition)) abort () --- 21,31 ---- #include "stat-time.h" + #include <fcntl.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include <unistd.h> #define ASSERT(condition) if (!(condition)) abort ()