From owner-p4-projects Wed May 8 6:34:42 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1FC6437B40C; Wed, 8 May 2002 06:34:35 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id E1C9A37B405; Wed, 8 May 2002 06:34:31 -0700 (PDT) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.3/8.12.3) with ESMTP id g48DYFb4083627; Wed, 8 May 2002 09:34:16 -0400 (EDT) (envelope-from arr@FreeBSD.org) Received: from localhost (arr@localhost) by fledge.watson.org (8.12.3/8.12.3/Submit) with SMTP id g48DYEMB083588; Wed, 8 May 2002 09:34:15 -0400 (EDT) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Wed, 8 May 2002 09:34:13 -0400 (EDT) From: "Andrew R. Reiter" X-Sender: arr@fledge.watson.org To: John Baldwin Cc: "Andrew R. Reiter" , Perforce Change Reviews Subject: RE: PERFORCE change 10997 for review In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 8 May 2002, John Baldwin wrote: : :On 08-May-2002 Andrew R. Reiter wrote: :> http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10997 :> :> Change 10997 by arr@arr_shibby on 2002/05/07 22:20:22 :> :> - Change some debug output (not to anything much better). :> :> Affected files ... :> :> ... //depot/projects/trustedbsd/audit/sys/sys/audit.h#29 edit :> :> Differences ... :> :> ==== //depot/projects/trustedbsd/audit/sys/sys/audit.h#29 (text+ko) ==== :> :> @@ -233,11 +233,11 @@ :> :> printf("---[ HEADER ]---\n" :> "-[ Version: %u, Record ID: %u\n" :> - "-[ Result: %s, errno: %d\n" :> + "-[ Result: %s, errno: %d\n", :> "-[ Time event occured: %x\n", : :I don't think that extra comma will compile. This is correct. :-) Fix will go in shortly. Thanks for the reminder. : :> ahp->ah_v, ahp->ah_id, :> AUDIT_EV_RESULT(ahp->ah_evresult), ahp->ah_errno, :> - &ahp->ah_evtime); :> + ahp->ah_evtime); :> } :> :> : :-- : :John Baldwin <>< http://www.FreeBSD.org/~jhb/ :"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ : -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message