fsck_ffs: Revert partially the unsigned changes.
Any value of uint16_t will be internally promoted to int so changing them to an unsigned value doesn't help. Missing revert value in suj_read(). X-MFC with: r298551
This commit is contained in:
parent
43b587f58a
commit
fd3ec7b9e6
@ -2543,7 +2543,7 @@ suj_read(void)
|
||||
int blocks;
|
||||
int recsize;
|
||||
int size;
|
||||
u_int i;
|
||||
int i;
|
||||
|
||||
/*
|
||||
* Read records until we exhaust the journal space. If we find
|
||||
|
Loading…
Reference in New Issue
Block a user