PERFORCE change 90055 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 21 03:48:44 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=90055

Change 90055 by rwatson at rwatson_sesame on 2006/01/21 11:48:17

	Parenthesize macros with arithmetic.
	
	Submitted by:	phk
	Found by:	FlexeLint

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit.h#12 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit.h#12 (text+ko) ====

@@ -37,7 +37,7 @@
 #define	AUDIT_RECORD_MAGIC	0x828a0f1b
 #define MAX_AUDIT_RECORDS	20
 #define MAX_AUDIT_RECORD_SIZE	4096
-#define MIN_AUDIT_FILE_SIZE	512 * 1024
+#define MIN_AUDIT_FILE_SIZE	(512 * 1024)
 
 /*
  * Triggers for the audit daemon


More information about the p4-projects mailing list