patching file posix/tst-execveat.c Hunk #1 FAILED at 78. 1 out of 1 hunk FAILED -- saving rejects to file posix/tst-execveat.c.rej Reject file posix/tst-execveat.c.rej: --- posix/tst-execveat.c +++ posix/tst-execveat.c @@ -78,9 +78,12 @@ static int do_test (void) { DIR *dirp; - int fd, fd_out; + int fd; +#ifdef O_PATH + int fd_out; char *tmp_dir, *symlink_name, *tmp_sh; struct stat64 st; +#endif dirp = opendir ("/bin"); if (dirp == NULL)