Date: Mon, 23 Jan 2006 22:07:08 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 90249 for review Message-ID: <200601232207.k0NM78Gx097518@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90249 Change 90249 by rwatson@rwatson_peppercorn on 2006/01/23 22:06:33 Further minor style tweaks. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditreduce/auditreduce.c#8 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditreduce/auditreduce.c#8 (text+ko) ==== @@ -28,7 +28,7 @@ /* * Tool used to merge and select audit records from audit trail files - */ + */ /* * XXX Currently we do not support merging of records from multiple @@ -313,7 +313,7 @@ if (au_preselect(tok.tt.hdr32.e_type, &maskp, AU_PRS_BOTH, AU_PRS_USECACHE) != 1) return (0); - } + } /* Check if event matches. */ if (ISOPTSET(opttochk, OPT_m)) { @@ -394,7 +394,7 @@ u_char *buf; tokenstr_t tok; int reclen; - int bytesread; + int bytesread; int selected; uint32_t optchkd; @@ -523,7 +523,7 @@ struct passwd *pw; struct tm tm; au_event_t *n; - FILE *fp; + FILE *fp; int i; char *objval, *converr; char ch;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601232207.k0NM78Gx097518>
