diff options
-rw-r--r-- | exec/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/main.c b/exec/main.c index 81572187..cfd816b1 100644 --- a/exec/main.c +++ b/exec/main.c @@ -136,7 +136,7 @@ main (int argc, char **argv) execboot_portclass = ports_create_class (deadboot, NULL); /* Reply to our parent. */ - err = trivfs_startup (bootstrap, + err = trivfs_startup (bootstrap, 0, trivfs_cntl_portclasses[0], port_bucket, trivfs_protid_portclasses[0], port_bucket, &fsys); |