PERFORCE change 142625 for review

Vincenzo Iozzo snagg at FreeBSD.org
Sat May 31 13:12:35 UTC 2008


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

Change 142625 by snagg at 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);
 


More information about the p4-projects mailing list