From owner-cvs-all Wed Mar 14 19: 0:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9046D37B719; Wed, 14 Mar 2001 19:00:39 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2F30d218383; Wed, 14 Mar 2001 19:00:39 -0800 (PST) (envelope-from rwatson) Message-Id: <200103150300.f2F30d218383@freefall.freebsd.org> From: Robert Watson Date: Wed, 14 Mar 2001 19:00:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil extattr.c Makefile libutil.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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