Date: Wed, 14 Mar 2001 19:00:39 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil extattr.c Makefile libutil.h Message-ID: <200103150300.f2F30d218383@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2001/03/14 19:00:39 PST Modified files: lib/libutil Makefile libutil.h Added files: lib/libutil extattr.c Log: 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 Revision Changes Path 1.39 +4 -4 src/lib/libutil/Makefile 1.30 +3 -1 src/lib/libutil/libutil.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103150300.f2F30d218383>