From 4e68caf20175e01854375dab32e4119d895cfd0f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 6 May 2001 00:50:06 +0000 Subject: 2001-04-23 Neal H Walfield * tmpfs.c (main): Pass diskfs_demuxer to diskfs_spawn_first_thread to conform to new libdiskfs semantics. --- tmpfs/tmpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpfs/tmpfs.c') 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 -- cgit v1.2.3