summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
Diffstat (limited to 'ufs')
-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. */