Fix kernel build -- 'c' was the unused var, not 'lines'.
This commit is contained in:
parent
bbc7056be8
commit
05a1bfa142
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user