From owner-cvs-all Sun Sep 2 16:13:53 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 5638737B401; Sun, 2 Sep 2001 16:13:49 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82NDnm13195; Sun, 2 Sep 2001 16:13:49 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109022313.f82NDnm13195@freefall.freebsd.org> From: Robert Watson Date: Sun, 2 Sep 2001 16:13:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e cap_copy.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/09/02 16:13:49 PDT Modified files: lib/libc/posix1e cap_copy.c Log: o Sync up prototypes for cap_size() and cap_copy_ext() with sys/capability.h--this compiled fine on i386 where (int) and (ssize_t) are the same, but broke on Alpha where they differ. Submitted by: Mike Barcroft Obtained from: TrustedBSD Project Revision Changes Path 1.2 +3 -3 src/lib/libc/posix1e/cap_copy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message