]> git.sur5r.net Git - bacula/bacula/commit
Change error checking from os specific to generic.
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 15 Sep 2011 20:46:54 +0000 (22:46 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:01 +0000 (14:50 +0200)
commita13fd44072962f69612a5ac45f2cf9b621e99a5e
tree065d832b32433a3146967c92d85eec7a2f281a08
parent982965ab9731f9c03056bc884e7913ba59a1e7b7
Change error checking from os specific to generic.

As ENOSYS, ENOTSUP and EOPNOTSUPP are POSIX errors defined on all
platforms we no longer check for an OS specific error but allow
any of the 3 errors to give us the feedback that acls are not supported.
This is cleaner anyway.
bacula/src/filed/acl.c
bacula/src/filed/acl.h