diff options
author | Miles Bader <miles@gnu.org> | 1995-11-06 21:14:46 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-11-06 21:14:46 +0000 |
commit | b61796c023e118c77fc9e2c618d5610376095cf7 (patch) | |
tree | 25adb88265ba5d01c1b95359629c4945f13e91af /ufs/main.c | |
parent | c3dea1b90345dbc206b1d4d290c0cbbe902deced (diff) |
(main): Add FLAGS arg to diskfs_startup_diskfs call.
Diffstat (limited to 'ufs/main.c')
-rw-r--r-- | ufs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ main (int argc, char **argv) /* Now that we are all set up to handle requests, and diskfs_root_node is set properly, it is safe to export our fsys control port to the outside world. */ - diskfs_startup_diskfs (bootstrap); + diskfs_startup_diskfs (bootstrap, 0); /* And this thread is done with its work. */ cthread_exit (0); |