]> git.sur5r.net Git - bacula/bacula/commit
As it seems Linux doesn't comply to its own manpages.
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 15 Sep 2011 20:39:18 +0000 (22:39 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Thu, 15 Sep 2011 20:39:18 +0000 (22:39 +0200)
commit9905a2e6b8c6d8f5cad233526646db43fd13ac67
treeb6f9ea2b761ee4eb96fb210e2b278bb637e01d03
parent4845895faf8ad40b7a6981373e2d6cad5727bd2f
As it seems Linux doesn't comply to its own manpages.

It seems that xattr functions return EOPNOTSUPP as errno and not ENOTSUP
as they are supposed todo. As both errno are POSIX anyway we allow both.
EOPNOTSUPP is only valid as error on sockets but hey who cares about
standard like POSIX.
bacula/src/filed/acl.c
bacula/src/filed/xattr.c