X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fparse_opt.c;h=75a0daaef05f131e15fb2fb6d0499dfee9d3f082;hp=f0918f7fe264063caa59c23ad438bff2b2720693;hb=12544486ef2de86e4f2dfc920cd2860fb81658d1;hpb=88c4f664f869d7450b84f0262fd87fbda4f1f61b diff --git a/utils/mount/parse_opt.c b/utils/mount/parse_opt.c index f0918f7..75a0daa 100644 --- a/utils/mount/parse_opt.c +++ b/utils/mount/parse_opt.c @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 021110-1307, USA. + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA * */ @@ -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) {