Date: Wed, 12 Jul 2006 13:47:11 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101378 for review Message-ID: <200607121347.k6CDlBKr038473@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101378 Change 101378 by jhb@jhb_mutex on 2006/07/12 13:46:13 Compile. Affected files ... .. //depot/projects/smpng/sys/ddb/db_command.c#31 edit Differences ... ==== //depot/projects/smpng/sys/ddb/db_command.c#31 (text+ko) ==== @@ -682,7 +682,7 @@ db_printf("\nTracing command %s pid %d tid %ld td %p\n", p->p_comm, p->p_pid, (long)td->td_tid, td); db_trace_thread(td, -1); - if (db_trace_quit) + if (db_pager_quit) return; } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607121347.k6CDlBKr038473>