diff options
author | Miles Bader <miles@gnu.org> | 1996-03-19 00:50:01 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-19 00:50:01 +0000 |
commit | 878d4834f556ec35738c9fa0a441ee868b0c7310 (patch) | |
tree | 3af42560affe6b326c3418dc55aa7950ad496451 /nfs/main.c | |
parent | d10fdcd39b926c096d14c0d7f37eb9d6a0c017a3 (diff) |
Formerly main.c.~15~
Diffstat (limited to 'nfs/main.c')
-rw-r--r-- | nfs/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |