diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-15 16:42:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-15 16:42:43 +0000 |
commit | bb89bfc8573f232704f418bc18a5261f733f11f7 (patch) | |
tree | 22445ce875d69b0b4b107e13100bbaca402d032b /ufs | |
parent | 8f9804b71d1bb55dc3172d0fa06e4c1edaafc7e4 (diff) |
Formerly main.c.~14~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |