aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index b9b620db662b..d2f90be6642c 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -499,7 +499,8 @@ mountfs(const char *vfstype, const char *spec, const char *name, int flags,
void
prmount(struct statfs *sfp)
{
- int flags, i;
+ int flags;
+ unsigned int i;
struct opt *o;
struct passwd *pw;