From owner-p4-projects@FreeBSD.ORG Mon Jun 15 10:19:29 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D07911065691; Mon, 15 Jun 2009 10:19:28 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84A26106568E for ; Mon, 15 Jun 2009 10:19:28 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70B638FC0A for ; Mon, 15 Jun 2009 10:19:28 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5FAJSIX062145 for ; Mon, 15 Jun 2009 10:19:28 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5FAJSeo062143 for perforce@freebsd.org; Mon, 15 Jun 2009 10:19:28 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 15 Jun 2009 10:19:28 GMT Message-Id: <200906151019.n5FAJSeo062143@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 164412 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 10:19:30 -0000 http://perforce.freebsd.org/chv.cgi?CH=164412 Change 164412 by rwatson@rwatson_freebsd_capabilities on 2009/06/15 10:18:54 Fix variable name -- a pointer to an int, not an int. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#17 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#17 (text+ko) ==== @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#16 $ + * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.h#17 $ */ #ifndef _LIBCAPABILITY_H_ @@ -89,7 +89,7 @@ int lch_rpc_rights(struct lc_sandbox *lcsp, u_int32_t opno, struct iovec *req, int reqcount, int *req_fdp, int req_fdcount, struct iovec *rep, int repcount, size_t *replenp, int *rep_fdp, - int *rep_fdcount); + int *rep_fdcountp); /* * Interfaces to query state from within capability mode sandboxes.