mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
i doesn't need to be signed here, make it unsigned.
This commit is contained in:
parent
4bca136727
commit
f634c39527
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203782
@ -93,7 +93,7 @@ int
|
||||
sbwrite(struct uufsd *disk, int all)
|
||||
{
|
||||
struct fs *fs;
|
||||
int i;
|
||||
unsigned i;
|
||||
|
||||
ERROR(disk, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user