From owner-p4-projects Wed May 8 5:11: 6 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0D92537B404; Wed, 8 May 2002 05:10:51 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by hub.freebsd.org (Postfix) with ESMTP id 3930137B405 for ; Wed, 8 May 2002 05:10:44 -0700 (PDT) Received: (qmail 2305 invoked from network); 8 May 2002 12:10:43 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 May 2002 12:10:43 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g48CAgF33147; Wed, 8 May 2002 08:10:42 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205080520.g485KWv23968@freefall.freebsd.org> Date: Wed, 08 May 2002 08:10:40 -0400 (EDT) From: John Baldwin To: "Andrew R. Reiter" Subject: RE: PERFORCE change 10997 for review Cc: Perforce Change Reviews 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 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. > 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/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message