From owner-p4-projects@FreeBSD.ORG Thu Jul 8 18:07:21 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AF96416A4D0; Thu, 8 Jul 2004 18:07:20 +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 695E416A4CE for ; Thu, 8 Jul 2004 18:07:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C97643D5A for ; Thu, 8 Jul 2004 18:07:20 +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 i68I7KYn022559 for ; Thu, 8 Jul 2004 18:07:20 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 i68I7J4o022556 for perforce@freebsd.org; Thu, 8 Jul 2004 18:07:19 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 8 Jul 2004 18:07:19 GMT Message-Id: <200407081807.i68I7J4o022556@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 56790 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: Thu, 08 Jul 2004 18:07:21 -0000 http://perforce.freebsd.org/chv.cgi?CH=56790 Change 56790 by rwatson@rwatson_tislabs on 2004/07/08 18:07:02 Remove unneeded comment. Affected files ... .. //depot/projects/trustedbsd/mac/sys/sys/msg.h#9 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/sys/msg.h#9 (text+ko) ==== @@ -100,10 +100,6 @@ #ifdef _KERNEL -/* - * Pull out the msg structure from kern/sysv_msg.c. This file is used - * throughout the MAC framework. - */ struct msg { struct msg *msg_next; /* next msg in the chain */ long msg_type; /* type of this message */