Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2006 16:50:48 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104957 for review
Message-ID:  <200608241650.k7OGomcM013569@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104957

Change 104957 by rwatson@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608241650.k7OGomcM013569>