PERFORCE change 104957 for review
Robert Watson
rwatson at FreeBSD.org
Thu Aug 24 16:50:57 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=104957
Change 104957 by rwatson at rwatson_zoo on 2006/08/24 16:49:57
Update for s/BSM_/AUDIT_/.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm.c#20 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm.c#20 (text+ko) ====
@@ -118,7 +118,7 @@
token_t *cur, *hdr, *trail;
struct timeval tm;
- tot_rec_size = rec->len + BSM_HEADER_SIZE + BSM_TRAILER_SIZE;
+ tot_rec_size = rec->len + AUDIT_HEADER_SIZE + AUDIT_TRAILER_SIZE;
if (tot_rec_size <= MAX_AUDIT_RECORD_SIZE) {
/* Create the header token */
tm.tv_usec = ctime->tv_nsec / 1000;
More information about the trustedbsd-cvs
mailing list