i doesn't need to be signed here, make it unsigned.

This commit is contained in:
Warner Losh 2010-02-11 17:30:30 +00:00
parent 4bca136727
commit f634c39527

View File

@ -93,7 +93,7 @@ int
sbwrite(struct uufsd *disk, int all)
{
struct fs *fs;
int i;
unsigned i;
ERROR(disk, NULL);