PERFORCE change 98330 for review
Robert Watson
rwatson at FreeBSD.org
Fri Jun 2 05:33:52 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=98330
Change 98330 by rwatson at rwatson_sesame on 2006/06/02 12:29:40
Correct two variable name typos. These are not currently
implemented in the audit3 implementation, so only the include
file changes.
Submitted by: Martin Fong <martin dot fong at sri dot com>
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bsm/audit.h#16 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bsm/audit.h#16 (text+ko) ====
@@ -30,7 +30,7 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit.h#15 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit.h#16 $
*/
#ifndef _BSM_AUDIT_H
@@ -264,11 +264,11 @@
unsigned int as_version;
unsigned int as_numevent;
int as_generated;
- int as_nonattring;
+ int as_nonattrib;
int as_kernel;
int as_audit;
int as_auditctl;
- int as_enqueu;
+ int as_enqueue;
int as_written;
int as_wblocked;
int as_rblocked;
More information about the trustedbsd-cvs
mailing list