From owner-p4-projects@FreeBSD.ORG Thu Jun 8 21:53:12 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3CE2D16A5EF; Thu, 8 Jun 2006 21:53:12 +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 145F116A49E for ; Thu, 8 Jun 2006 21:53:12 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 925074535F for ; Thu, 8 Jun 2006 20:09:21 +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.13.6/8.13.6) with ESMTP id k58K7NKF062468 for ; Thu, 8 Jun 2006 20:07:23 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k58K7N8K062465 for perforce@freebsd.org; Thu, 8 Jun 2006 20:07:23 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 8 Jun 2006 20:07:23 GMT Message-Id: <200606082007.k58K7N8K062465@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 98826 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: Thu, 08 Jun 2006 21:53:12 -0000 http://perforce.freebsd.org/chv.cgi?CH=98826 Change 98826 by rwatson@rwatson_sesame on 2006/06/08 20:06:34 Prefer C to C++ comments per style(9). Affected files ... .. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_trigger.c#11 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_trigger.c#11 (text+ko) ==== @@ -59,7 +59,7 @@ { int error; - // Only one process may open the device at a time + /* Only one process may open the device at a time. */ mtx_lock(&audit_trigger_mtx); if (!audit_isopen) { error = 0;