Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2002 09:34:13 -0400 (EDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        "Andrew R. Reiter" <arr@FreeBSD.org>, Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   RE: PERFORCE change 10997 for review
Message-ID:  <Pine.NEB.3.96L.1020508093328.67280B-100000@fledge.watson.org>
In-Reply-To: <XFMail.20020508081040.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org>  <><  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1020508093328.67280B-100000>