X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Facl.h;h=88ea08d8ee785d72ce9164a15c77b460081b2cd2;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=1d23f92bed2bf7e604e9de8cc71bee9960b2ae06;hpb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;p=debian%2Ftar diff --git a/gnu/acl.h b/gnu/acl.h index 1d23f92b..88ea08d8 100644 --- a/gnu/acl.h +++ b/gnu/acl.h @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* acl.c - access control lists - Copyright (C) 2002, 2008-2014 Free Software Foundation, Inc. + Copyright (C) 2002, 2008-2015 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,6 +17,9 @@ Written by Paul Eggert. */ +#ifndef _GL_ACL_H +#define _GL_ACL_H 1 + #include #include #include @@ -30,3 +31,5 @@ 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); + +#endif