X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fparse_opt.c;h=ab869d901d12ba66d0b26b1ac46a23e0d5d90f4e;hp=f0918f7fe264063caa59c23ad438bff2b2720693;hb=57385cf87790c0cbdfddfccdde66bd2c8da45923;hpb=1ee10ef034cbca86da4df271ac4097a948e7ab59 diff --git a/utils/mount/parse_opt.c b/utils/mount/parse_opt.c index f0918f7..ab869d9 100644 --- a/utils/mount/parse_opt.c +++ b/utils/mount/parse_opt.c @@ -508,7 +508,7 @@ po_found_t po_get_numeric(struct mount_options *options, char *keyword, long *va int po_rightmost(struct mount_options *options, const char *keys[]) { struct mount_option *option; - unsigned int i; + int i; if (options) { for (option = options->tail; option; option = option->prev) {