]> 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)
committerMarco van Wieringen <mvw@planets.elm.net>
Thu, 15 Sep 2011 20:46:54 +0000 (22:46 +0200)
commita1f7c973f0ce9bf433e3fe5f447d75b87a6dbb2b
treebe93623db5f6c1fb18e021f2148da43915a76e21
parent9905a2e6b8c6d8f5cad233526646db43fd13ac67
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