1
0
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:
Warner Losh 2010-02-11 17:30:30 +00:00
parent 4bca136727
commit f634c39527
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203782

View File

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