]> git.sur5r.net Git - bacula/bacula/commit - bacula/src/filed/acl.c
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)
commit0f6338628f7c52c6532e9129d05104b969843679
tree8e94fd248ae42f840ca55dab020bfd36864ebbde
parent00662d0a94aa70545dc6497a4ddc1a6f9a70083d
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