summaryrefslogtreecommitdiffstats
path: root/sys/bsm/audit.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-06-05 12:55:45 +0000
committerrwatson <rwatson@FreeBSD.org>2006-06-05 12:55:45 +0000
commitf1c4b465e689356e35c32f403847430d24ab216b (patch)
tree74d57b6c526c56bf0af4fc54f95f32a30b6657cd /sys/bsm/audit.h
parentb01f7560669eae14441cd1ddf11cfd6da2bc1eee (diff)
downloadFreeBSD-src-f1c4b465e689356e35c32f403847430d24ab216b.zip
FreeBSD-src-f1c4b465e689356e35c32f403847430d24ab216b.tar.gz
Merge OpenBSM 1.0 alpha 6 changes to bsm/audit.h into src/sys: respell
statistics variables. Submitted by: Martin Fong <martin dot fong at sri dot com> Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/bsm/audit.h')
-rw-r--r--sys/bsm/audit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/bsm/audit.h b/sys/bsm/audit.h
index b21b951..6dcf2aa 100644
--- a/sys/bsm/audit.h
+++ b/sys/bsm/audit.h
@@ -30,7 +30,7 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#24 $
+ * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#27 $
* $FreeBSD$
*/
@@ -282,11 +282,11 @@ struct audit_stat {
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;
OpenPOWER on IntegriCloud