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 | 343851b0b1768bda70ef6d1b997bb608d31ac8c9 (patch) | |
tree | 74a1a2a946d2303394a600253e49150e85ec287e | |
parent | ca6d84dd97fc2a772609f40962c52f8ed726dbbb (diff) |
Formerly main.c.~14~
-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, |