From owner-cvs-all Wed Aug 29 10:53:55 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 A0C0E37B401; Wed, 29 Aug 2001 10:53:45 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7THrj065959; Wed, 29 Aug 2001 10:53:45 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108291753.f7THrj065959@freefall.freebsd.org> From: Robert Watson Date: Wed, 29 Aug 2001 10:53:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e cap_get_flag.c cap_set_flag.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/08/29 10:53:45 PDT Modified files: lib/libc/posix1e cap_get_flag.c cap_set_flag.c Log: o src/sys/capability.h provides a number of support macros that are not documented by POSIX.1e, and understand the opaque capability structures. Introduce support in the userland POSIX.1e library for a _CAPABILITY_NEEDMACROS define to remove these macros from the normal namespace, but allow the libc functions to use them. Submitted by: tmm Obtained from: TrustedBSD Project Revision Changes Path 1.4 +3 -1 src/lib/libc/posix1e/cap_get_flag.c 1.5 +4 -1 src/lib/libc/posix1e/cap_set_flag.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message