X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Facl.h;h=056bf7f30fbb446f3fc6b550dffc3e7bfd614a93;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=34a788315f7f22c52c5040394887f760d3dd5089;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/acl.h b/lib/acl.h index 34a788315..056bf7f30 100644 --- a/lib/acl.h +++ b/lib/acl.h @@ -1,6 +1,6 @@ /* acl.c - access control lists - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2008-2013 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 @@ -17,18 +17,14 @@ Written by Paul Eggert. */ +#include #include - -#if HAVE_SYS_ACL_H -# include -#endif -#if defined HAVE_ACL && ! defined GETACLCNT && defined ACL_CNT -# define GETACLCNT ACL_CNT -#endif - #include +bool acl_errno_valid (int) _GL_ATTRIBUTE_CONST; int file_has_acl (char const *, struct stat const *); -int copy_acl (char const *, int, char const *, int, mode_t); +int qset_acl (char const *, int, mode_t); int set_acl (char const *, int, mode_t); +int qcopy_acl (char const *, int, char const *, int, mode_t); +int copy_acl (char const *, int, char const *, int, mode_t); int chmod_or_fchmod (char const *, int, mode_t);