summaryrefslogtreecommitdiff
path: root/ufs/main.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-15 16:42:43 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-15 16:42:43 +0000
commitbb89bfc8573f232704f418bc18a5261f733f11f7 (patch)
tree22445ce875d69b0b4b107e13100bbaca402d032b /ufs/main.c
parent8f9804b71d1bb55dc3172d0fa06e4c1edaafc7e4 (diff)
Formerly main.c.~14~
Diffstat (limited to 'ufs/main.c')
-rw-r--r--ufs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/main.c b/ufs/main.c
index de90cea8..dc58a20e 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -133,7 +133,7 @@ main (int argc, char **argv)
compat_mode = COMPAT_GNU;
}
- diskfs_init_diskfs ();
+ diskfs_init_diskfs (bootstrap);
err = device_open (diskfs_master_device,
(diskfs_readonly ? 0 : D_WRITE) | D_READ,