Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makefs add missing arguments.



details:   https://anonhg.NetBSD.org/src/rev/87e431c8fb7c
branches:  trunk
changeset: 784500:87e431c8fb7c
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 29 21:54:19 2013 +0000

description:
add missing arguments.

diffstat:

 usr.sbin/makefs/msdos.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1dbd4d78487e -r 87e431c8fb7c usr.sbin/makefs/msdos.c
--- a/usr.sbin/makefs/msdos.c   Tue Jan 29 21:37:04 2013 +0000
+++ b/usr.sbin/makefs/msdos.c   Tue Jan 29 21:54:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msdos.c,v 1.10 2013/01/28 21:03:27 christos Exp $      */
+/*     $NetBSD: msdos.c,v 1.11 2013/01/29 21:54:19 christos Exp $      */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: msdos.c,v 1.10 2013/01/28 21:03:27 christos Exp $");
+__RCSID("$NetBSD: msdos.c,v 1.11 2013/01/29 21:54:19 christos Exp $");
 #endif /* !__lint */
 
 #include <sys/param.h>
@@ -119,7 +119,7 @@
        if (debug & DEBUG_FS_PARSE_OPTS)
                printf("msdos_parse_opts: got `%s'\n", option);
 
-       rv = set_option(msdos_options, option);
+       rv = set_option(msdos_options, option, NULL, 0);
        if (rv == -1)
                return rv;
 



Home | Main Index | Thread Index | Old Index