summaryrefslogtreecommitdiff
path: root/nfs/main.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-03-19 00:50:01 +0000
committerMiles Bader <miles@gnu.org>1996-03-19 00:50:01 +0000
commit878d4834f556ec35738c9fa0a441ee868b0c7310 (patch)
tree3af42560affe6b326c3418dc55aa7950ad496451 /nfs/main.c
parentd10fdcd39b926c096d14c0d7f37eb9d6a0c017a3 (diff)
Formerly main.c.~15~
Diffstat (limited to 'nfs/main.c')
-rw-r--r--nfs/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfs/main.c b/nfs/main.c
index f473b710..4e50f1bb 100644
--- a/nfs/main.c
+++ b/nfs/main.c
@@ -168,7 +168,7 @@ netfs_parse_runtime_options (int argc, char **argv,
return
argp_parse (&argp, argc, argv,
ARGP_NO_ERRS | ARGP_NO_HELP | ARGP_PARSE_ARGV0,
- 0);
+ 0, 0);
}
/* Called when the the filesystem receives a get-options request. ARGZ &
@@ -306,7 +306,7 @@ main (int argc, char **argv)
struct sockaddr_in addr;
int ret;
- argp_parse (&argp, argc, argv, 0, 0);
+ argp_parse (&argp, argc, argv, 0, 0, 0);
while (hold);