diff options
-rw-r--r-- | devio/devio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devio/devio.c b/devio/devio.c index 3427cbe6..11b41f70 100644 --- a/devio/devio.c +++ b/devio/devio.c @@ -155,7 +155,7 @@ void main(int argc, char *argv[]) /* Reply to our parent */ err = - trivfs_startup(bootstrap, + trivfs_startup(bootstrap, 0, fsys_port_class, port_bucket, root_port_class, port_bucket, NULL); |