From owner-trustedbsd-cvs@FreeBSD.ORG Wed Apr 19 21:08:23 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6968816A400 for ; Wed, 19 Apr 2006 21:08:23 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6263043D49 for ; Wed, 19 Apr 2006 21:08:20 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id 56A1646D2A for ; Wed, 19 Apr 2006 17:08:17 -0400 (EDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 06A4755DFA; Wed, 19 Apr 2006 21:07:49 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EE92216A40A; Wed, 19 Apr 2006 21:07:48 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DFE16A408 for ; Wed, 19 Apr 2006 21:07:48 +0000 (UTC) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 807E243D4C for ; Wed, 19 Apr 2006 21:07:48 +0000 (GMT) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JL7maS044013 for ; Wed, 19 Apr 2006 21:07:48 GMT (envelope-from millert@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JL7mWk044010 for perforce@freebsd.org; Wed, 19 Apr 2006 21:07:48 GMT (envelope-from millert@freebsd.org) Date: Wed, 19 Apr 2006 21:07:48 GMT Message-Id: <200604192107.k3JL7mWk044010@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to millert@freebsd.org using -f From: Todd Miller To: Perforce Change Reviews Cc: Subject: PERFORCE change 95625 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 21:08:23 -0000 http://perforce.freebsd.org/chv.cgi?CH=95625 Change 95625 by millert@millert_g5tower on 2006/04/19 21:06:54 Fix some cut & pastos Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/mach/security.defs#8 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/mach/security.defs#8 (text+ko) ==== @@ -17,8 +17,7 @@ @param task Target's task port @param label Returned label handle - This call retrieves a label handle label for the - specified task, with respect to the specified policies. + This call retrieves the label handle of the specified task. @return Standard MiG return values (0 for success) */ @@ -48,12 +47,9 @@ @param port Port to query label from @param label Returned label handle - This call retrieves a label handle label for the - specified task, with respect to the specified policies. - - This call retrieves a label handle for the specified port, with - respect to the specified policies. If the port represents a label - handle, KERN_INVALID_ARGUMENT is returned. + This call retrieves a new label handle for the specified port. + If the port represents a label handle, KERN_INVALID_ARGUMENT is + returned. @return Standard MiG return values (0 for success) */