K 10 svn:author V 4 ngie K 8 svn:date V 27 2015-01-20T21:48:42.274284Z K 7 svn:log V 428 MFC r276590: r276590 (by jilles): Link lib/libc/c063 tests to the build. Some files lack required #include . The #ifdef is per ngie's request; the includes are clearly necessary for struct stat. The faccessat test fails because it tries to use AT_SYMLINK_NOFOLLOW with faccessat(), which is not specified by POSIX.1-2008. Differential Revision: https://reviews.freebsd.org/D1411 Reviewed by: ngie END