PERFORCE change 93598 for review
Robert Watson
rwatson at FreeBSD.org
Sun Mar 19 20:57:08 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=93598
Change 93598 by rwatson at rwatson_peppercorn on 2006/03/19 20:56:21
Shorten audit record zone name.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit.c#25 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit.c#25 (text+ko) ====
@@ -243,7 +243,7 @@
cv_init(&audit_watermark_cv, "audit_watermark_cv");
cv_init(&audit_fail_cv, "audit_fail_cv");
- audit_record_zone = uma_zcreate("audit_record_zone",
+ audit_record_zone = uma_zcreate("audit_record",
sizeof(struct kaudit_record), audit_record_ctor,
audit_record_dtor, NULL, NULL, UMA_ALIGN_PTR, 0);
More information about the trustedbsd-cvs
mailing list