X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffaccessat.c;h=44a38ae65981064e995f25d6e76b8dc2fbd01581;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=42479c7fdfa3dd0278420a39f47ba8a93c28c569;hpb=d4356ced2b562ac55101ab23a5321114c41e0eda;p=gnulib.git diff --git a/lib/faccessat.c b/lib/faccessat.c index 42479c7fd..44a38ae65 100644 --- a/lib/faccessat.c +++ b/lib/faccessat.c @@ -1,5 +1,5 @@ /* Check the access rights of a file relative to an open directory. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,11 +19,7 @@ #include #include - -#include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */ -#include "openat.h" -#include "openat-priv.h" -#include "save-cwd.h" +#include #ifndef HAVE_ACCESS /* Mingw lacks access, but it also lacks real vs. effective ids, so