Module Name: src Committed By: christos Date: Tue Jan 10 15:13:56 UTC 2017
Modified Files: src/tests/lib/libc/c063: t_faccessat.c t_fchmodat.c t_fchownat.c t_fstatat.c t_openat.c t_readlinkat.c t_unlinkat.c t_utimensat.c Log Message: PR/51804: Ngie Cooper: Sort headers; include <sys/stat.h>. On NetBSD, <sys/stat.h> gets side-loaded from <sys/fcntl.h>. Should be fixed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/c063/t_faccessat.c \ src/tests/lib/libc/c063/t_fchmodat.c src/tests/lib/libc/c063/t_fstatat.c \ src/tests/lib/libc/c063/t_openat.c src/tests/lib/libc/c063/t_unlinkat.c cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/c063/t_fchownat.c \ src/tests/lib/libc/c063/t_readlinkat.c cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/c063/t_utimensat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.