]> git.sur5r.net Git - bacula/bacula/commit - bacula/src/filed/acl.c
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)
commit00662d0a94aa70545dc6497a4ddc1a6f9a70083d
tree384045236bb431a4d198dd7f903e8464d156b8ec
parent70867a4602c641fa84a365b56c05ee1a7d7c51f5
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