Date: Fri, 2 Jun 2006 12:29:58 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 98330 for review Message-ID: <200606021229.k52CTwir078268@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=98330 Change 98330 by rwatson@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606021229.k52CTwir078268>