Date: Sat, 21 Jan 2006 11:48:42 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 90055 for review Message-ID: <200601211148.k0LBmghS068787@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90055 Change 90055 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601211148.k0LBmghS068787>