X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Facl.h;h=6b48e5522c1e365a187fb081f2275a81c2704c3d;hb=de3f7ef8c282a7c164cef425b5b713a3ae8be1d4;hp=edb391598517ddb757f57607719cffd4cfdf340b;hpb=bbb154c28584e4b61ae69f56cb22959eeb9a5d6d;p=netatalk.git diff --git a/include/atalk/acl.h b/include/atalk/acl.h index edb39159..6b48e552 100644 --- a/include/atalk/acl.h +++ b/include/atalk/acl.h @@ -1,5 +1,4 @@ /* - $Id: acl.h,v 1.1 2009-10-14 15:04:01 franklahm Exp $ Copyright (c) 2009 Frank Lahm This program is free software; you can redistribute it and/or modify @@ -20,15 +19,14 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#ifdef HAVE_NFSv4_ACLS +#ifdef HAVE_SOLARIS_ACLS #include -#endif /* HAVE_NFSv4_ACLS */ +#endif /* HAVE_SOLARIS_ACLS */ -/* Solaris NFSv4 ACL stuff */ -#ifdef HAVE_NFSv4_ACLS +#ifdef HAVE_SOLARIS_ACLS extern int get_nfsv4_acl(const char *name, ace_t **retAces); -extern int remove_acl(const char *name); -#endif /* HAVE_NFSv4_ACLS */ +#endif /* HAVE_SOLARIS_ACLS */ +extern int remove_acl_vfs(const char *name); #endif /* ATALK_ACL_H */