diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-02-11 17:30:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-02-11 17:30:30 +0000 |
| commit | f634c395271c3d9e900a393933de28d0932b77c8 (patch) | |
| tree | ce9d2e6b32c83a2ef336e0c8e0e42d25199fc931 /lib/libufs | |
| parent | 4bca136727f707146c18d097719a672321c04839 (diff) | |
Notes
Diffstat (limited to 'lib/libufs')
| -rw-r--r-- | lib/libufs/sblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libufs/sblock.c b/lib/libufs/sblock.c index c9125f28ad34..8986290039fb 100644 --- a/lib/libufs/sblock.c +++ b/lib/libufs/sblock.c @@ -93,7 +93,7 @@ int sbwrite(struct uufsd *disk, int all) { struct fs *fs; - int i; + unsigned i; ERROR(disk, NULL); |
