Bug 206763 - extattr_namespace_to_string in libutil.h but not in libutil.
Summary: extattr_namespace_to_string in libutil.h but not in libutil.
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-30 19:49 UTC by Ruben Kerkhof
Modified: 2016-01-30 19:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruben Kerkhof 2016-01-30 19:49:53 UTC
I've been porting Burp (a backup program) to FreeBSD.

Looking at the various configure checks for detecting extended attribute support, I noticed that the declarations for extattr_namespace_to_string and extattr_string_to_namespace are in libutil.h. The functions themselves moved to libc from libutil about 10 years ago.

NetBSD has these prototypes in sys/extattr.h. Would it make sense to move them there as well?