Date: Sat, 31 May 2008 13:12:34 GMT From: Vincenzo Iozzo <snagg@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 142625 for review Message-ID: <200805311312.m4VDCYBB007044@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=142625 Change 142625 by snagg@snagg_macosx on 2008/05/31 13:12:06 Bug fix Affected files ... .. //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_pipe.c#22 edit Differences ... ==== //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_pipe.c#22 (text) ==== @@ -470,7 +470,6 @@ audit_pipe_preselect_delete_pid(struct audit_pipe *ap, pid_t pid) { struct audit_pipe_preselect *app; - int i; mtx_lock(&audit_pipe_mtx); app = audit_pipe_preselect_find_event(ap, -1, pid, -1); @@ -516,7 +515,6 @@ audit_pipe_preselect_events_flush_locked(struct audit_pipe *ap) { struct audit_pipe_preselect *app; - int i; mtx_assert(&audit_pipe_mtx, MA_OWNED);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805311312.m4VDCYBB007044>