From owner-p4-projects@FreeBSD.ORG Wed Aug 5 18:09:32 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 970D91065673; Wed, 5 Aug 2009 18:09:32 +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 56E27106566C for ; Wed, 5 Aug 2009 18:09:32 +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 436C78FC08 for ; Wed, 5 Aug 2009 18:09:32 +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 n75I9VMM082403 for ; Wed, 5 Aug 2009 18:09:31 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 n75I9Vl4082401 for perforce@freebsd.org; Wed, 5 Aug 2009 18:09:31 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 5 Aug 2009 18:09:31 GMT Message-Id: <200908051809.n75I9Vl4082401@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 167041 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: Wed, 05 Aug 2009 18:09:33 -0000 http://perforce.freebsd.org/chv.cgi?CH=167041 Change 167041 by rwatson@rwatson_cinnamon on 2009/08/05 18:09:08 More minor style tweaks. Affected files ... .. //depot/projects/soc2009/marinosi_appaudit/src/sys/security/audit/audit_slice.h#9 edit Differences ... ==== //depot/projects/soc2009/marinosi_appaudit/src/sys/security/audit/audit_slice.h#9 (text+ko) ==== @@ -93,7 +93,6 @@ */ struct mtx audit_mtx; - /* * Audit queue control settings (minimum free, low/high water marks, * etc.) @@ -107,8 +106,6 @@ */ struct cv audit_worker_cv; - - /* * Condition variable to flag when crossing the low watermark, * meaning that threads blocked due to hitting the high watermark can