X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Facl.h;h=d3e3e3748fc2947d4a20948f56efa7196776055a;hb=836e0457064eb3b0b21bd2d4954cbc428a6b6277;hp=00cc60d90d46dfa4499f6ea0461d07c73263086e;hpb=0ecab77568dafa1f0b67627f319efe88d51d3b86;p=gnulib.git diff --git a/lib/acl.h b/lib/acl.h index 00cc60d90..d3e3e3748 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-2011 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 @@ -18,14 +18,6 @@ Written by Paul Eggert. */ #include - -#if HAVE_SYS_ACL_H -# include -#endif -#if defined HAVE_ACL && ! defined GETACLCNT && defined ACL_CNT -# define GETACLCNT ACL_CNT -#endif - #include int file_has_acl (char const *, struct stat const *);