]> git.sur5r.net Git - bacula/bacula/commit - bacula/src/filed/xattr.c
Added xattr interface found in AIX 6.x and higher which mimics the Linux/OSF interfac...
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 23 Sep 2010 13:57:39 +0000 (15:57 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 30 Sep 2010 12:35:15 +0000 (14:35 +0200)
commit673bc591219f6df6ccbec50f1eca142f48f1e9fd
treefc149f07cf71f2dedf4ad68e1510758d4547b804
parentdf6083e88402cf6b623568737a3dbcb1742548de
Added xattr interface found in AIX 6.x and higher which mimics the Linux/OSF interface but has just
a bit different named functions and the error codes are somewhat different so its not a perfect
match to extend the generic interface (which is named generic now instead of the linux interface as
it used by Linux and OSX).
bacula/src/baconfig.h
bacula/src/filed/restore.c
bacula/src/filed/xattr.c
bacula/src/findlib/bfile.c
bacula/src/stored/bscan.c