]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/parse_opt.c
mount.nfs: Eliminate compiler warning in utils/mount/parse_opt.c
[nfs-utils.git] / utils / mount / parse_opt.c
index f0918f7fe264063caa59c23ad438bff2b2720693..ab869d901d12ba66d0b26b1ac46a23e0d5d90f4e 100644 (file)
@@ -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) {