]> 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)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:01 +0000 (14:50 +0200)
commit982965ab9731f9c03056bc884e7913ba59a1e7b7
tree0c52e2aedb6ab2a1454eb3a1c5d5f9e6a15a723d
parent1ed198920dd36c23df7e3eb94108d05a24398ee1
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