X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fxattrs.c;h=ef436c769129f7a015b6c628f08ccf53ab0124c7;hb=8ebbef8a15967965402fc0f79371410b755f4fee;hp=2ddd1af95065c2614fc77e7620ea9717763f0aae;hpb=616e4213504a37e9b2f171f3992c4de2df27a683;p=chaz%2Ftar diff --git a/src/xattrs.c b/src/xattrs.c index 2ddd1af..ef436c7 100644 --- a/src/xattrs.c +++ b/src/xattrs.c @@ -58,9 +58,9 @@ static struct #ifdef HAVE_POSIX_ACLS /* acl-at wrappers, TODO: move to gnulib in future? */ -acl_t acl_get_file_at (int dirfd, const char *file, acl_type_t type); -int acl_set_file_at (int dirfd, const char *file, acl_type_t type, acl_t acl); -int file_has_acl_at (int dirfd, char const *, struct stat const *); +static acl_t acl_get_file_at (int, const char *, acl_type_t); +static int acl_set_file_at (int, const char *, acl_type_t, acl_t); +static int file_has_acl_at (int, char const *, struct stat const *); /* acl_get_file_at */ #define AT_FUNC_NAME acl_get_file_at