Bug #2887
Missing extattr_namespace_to_string and extattr_string_to_namespace functions
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
02/06/2016
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I'm working on porting Burp (http://burp.grke.org) to DragonFly.
I've been looking into what it would take for it to support backing up extended attributes.
Burp uses the extattr_namespace_to_string and extattr_string_to_namespace functions, which FreeBSD has in libutil.h and NetBSD in sys/extattr.h. DragonFlyBSD misses those however.
Would it be possible to add those functions?