From: Marco van Wieringen Date: Fri, 9 Oct 2009 21:16:56 +0000 (+0200) Subject: Add comment on OpenBSD not supporting the extattr functions (anymore ?) X-Git-Tag: Release-5.0.0~285^2~1^2~4^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0012a27674669002b7c1f3d1050d5fd918fd558e;p=bacula%2Fbacula Add comment on OpenBSD not supporting the extattr functions (anymore ?) --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index 33391e0fe5..5ab5cfaf78 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -37,6 +37,11 @@ * - NetBSD (Extended Attributes) * - FreeBSD (Extended Attributes) * - OpenBSD (Extended Attributes) + * (As it seems either they never implemented xattr or they are removed + * the support as it stated it was in version 3.1 but the current syscall + * tabled shows the extattr_ functions are not implemented. So as such we + * might eventually support xattr on OpenBSD when they implemented them using + * the same interface as FreeBSD and NetBSD. * - Solaris (Extended Attributes and Extensible Attributes) * * Written by Marco van Wieringen, November MMVIII