Date: Thu, 11 Feb 2010 17:30:30 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203782 - head/lib/libufs Message-ID: <201002111730.o1BHUUG5040178@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Feb 11 17:30:30 2010 New Revision: 203782 URL: http://svn.freebsd.org/changeset/base/203782 Log: i doesn't need to be signed here, make it unsigned. Modified: head/lib/libufs/sblock.c Modified: head/lib/libufs/sblock.c ============================================================================== --- head/lib/libufs/sblock.c Thu Feb 11 15:36:39 2010 (r203781) +++ head/lib/libufs/sblock.c Thu Feb 11 17:30:30 2010 (r203782) @@ -93,7 +93,7 @@ int sbwrite(struct uufsd *disk, int all) { struct fs *fs; - int i; + unsigned i; ERROR(disk, NULL);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002111730.o1BHUUG5040178>