summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-03-19 00:51:01 +0000
committerMiles Bader <miles@gnu.org>1996-03-19 00:51:01 +0000
commit2115f0d8dbbdbe1a85cf1e3c0fad75657d9d94a4 (patch)
treefdd8f5722e7e72354961823db6c876f2cf15af0c
parent2c04bec0780eb08fe86dbc63e518a028a4404197 (diff)
(main): Pass new arg to argp_parse.
-rw-r--r--ufs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/main.c b/ufs/main.c
index ea43acce..787cb749 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -62,7 +62,7 @@ main (int argc, char **argv)
off_t disk_size;
mach_port_t bootstrap;
- argp_parse (diskfs_device_startup_argp, argc, argv, 0, 0);
+ argp_parse (diskfs_device_startup_argp, argc, argv, 0, 0, 0);
/* This must come after the args have been parsed, as this is where the
host priv ports are set for booting. */