]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o To support new EA interface with explicit namespaces, introduce two
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 15 Mar 2001 03:00:39 +0000 (03:00 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 15 Mar 2001 03:00:39 +0000 (03:00 +0000)
commit1bc2362e07cefcd69039f2a713faf17832150846
treef2f148bb0fa54a2f5eb2da0805223dbc50d15168
parent70f368510541308e762e29b6a936f6d26f0770b4
o To support new EA interface with explicit namespaces, introduce two
  utility functions which convert between string namespace names and
  numeric constants used by the interface.  Right now, two namespaces
  are supported, EXTATTR_NAMESPACE_SYSTEM ("system") and
  EXTATTR_NAMESPACE_USER ("user").  These functions are used by
  various userland EA utilities, rather than hard coding the routines
  all over the place.

Obtained from: TrustedBSD Project
lib/libc/posix1e/extattr.c [new file with mode: 0644]
lib/libutil/Makefile
lib/libutil/extattr.c [new file with mode: 0644]
lib/libutil/libutil.h