diff options
author | Roland McGrath <roland@gnu.org> | 2001-05-06 00:50:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-05-06 00:50:06 +0000 |
commit | 4e68caf20175e01854375dab32e4119d895cfd0f (patch) | |
tree | 92d87eb4c9a723248a7c8104514fc44e8e76c62a /tmpfs | |
parent | aede167cfb66c3c95742f7c3821643591040a56d (diff) |
2001-04-23 Neal H Walfield <neal@cs.uml.edu>
* tmpfs.c (main): Pass diskfs_demuxer to
diskfs_spawn_first_thread to conform to new libdiskfs semantics.
Diffstat (limited to 'tmpfs')
-rw-r--r-- | tmpfs/tmpfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c index baa42581..63031eca 100644 --- a/tmpfs/tmpfs.c +++ b/tmpfs/tmpfs.c @@ -255,7 +255,7 @@ main (int argc, char **argv) if (err) error (4, err, "cannot create root directory"); - diskfs_spawn_first_thread (); + diskfs_spawn_first_thread (diskfs_demuxer); /* 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 |