From owner-p4-projects@FreeBSD.ORG Mon Jul 12 18:27:46 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8CDD616A4D0; Mon, 12 Jul 2004 18:27:46 +0000 (GMT) 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 6856D16A4CE for ; Mon, 12 Jul 2004 18:27:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6199443D48 for ; Mon, 12 Jul 2004 18:27:46 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CIRkl7026365 for ; Mon, 12 Jul 2004 18:27:46 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CIRk0j026362 for perforce@freebsd.org; Mon, 12 Jul 2004 18:27:46 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 12 Jul 2004 18:27:46 GMT Message-Id: <200407121827.i6CIRk0j026362@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 Subject: PERFORCE change 57204 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 18:27:47 -0000 http://perforce.freebsd.org/chv.cgi?CH=57204 Change 57204 by rwatson@rwatson_tislabs on 2004/07/12 18:26:54 Minor style tweaks. Affected files ... .. //depot/projects/trustedbsd/mac/sys/sys/shm.h#7 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/sys/shm.h#7 (text+ko) ==== @@ -85,14 +85,12 @@ }; /* - * Add a kernel wrapper to the shmid_ds struct so that private info - * (like the MAC label) can be added to it, without changing the user - * interface. + * Add a kernel wrapper to the shmid_ds struct so that private info (like the + * MAC label) can be added to it, without changing the user interface. */ struct shmid_kernel { struct shmid_ds u; - /* the following are private */ - struct label *label; /* MAC label */ + struct label *label; /* MAC label */ }; extern struct shminfo shminfo;