Fix kernel build -- 'c' was the unused var, not 'lines'.

This commit is contained in:
David E. O'Brien 2003-08-01 17:00:49 +00:00
parent bbc7056be8
commit 05a1bfa142
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118311

View File

@ -267,7 +267,7 @@ static int db_mach_vtrace(void);
DB_SHOW_COMMAND(ktr, db_ktr_all)
{
int c, quit;
int lines, quit;
quit = 0;
lines = NUM_LINES_PER_PAGE;