From 0012a27674669002b7c1f3d1050d5fd918fd558e Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Fri, 9 Oct 2009 23:16:56 +0200 Subject: [PATCH] Add comment on OpenBSD not supporting the extattr functions (anymore ?) --- bacula/src/filed/xattr.c | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5