PERFORCE change 100514 for review
Robert Watson
rwatson at FreeBSD.org
Mon Jul 3 17:36:39 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=100514
Change 100514 by rwatson at rwatson_peppercorn on 2006/07/03 17:10:24
Correct typo in definition of AUR_INT.
Submitted by: Martin Fong <martin dot fong at sri dot com>
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bsm/audit_record.h#20 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bsm/audit_record.h#20 (text+ko) ====
@@ -30,7 +30,7 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_record.h#19 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_record.h#20 $
*/
#ifndef _BSM_AUDIT_RECORD_H_
@@ -184,7 +184,7 @@
#define AUR_CHAR AUR_BYTE
#define AUR_SHORT 1
#define AUR_INT32 2
-#define AUR_INT AUR_INT
+#define AUR_INT AUR_INT32
#define AUR_INT64 3
/* ... and their sizes */
More information about the trustedbsd-cvs
mailing list