diff options
author | Miles Bader <miles@gnu.org> | 1995-11-06 21:12:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-11-06 21:12:07 +0000 |
commit | c3dea1b90345dbc206b1d4d290c0cbbe902deced (patch) | |
tree | 9ae2aee38ce9455397214d3da23921b8822e7228 | |
parent | 56672c06056088303b4c5bb14a560df007b2d25a (diff) |
(main): Add FLAGS arg to trivfs_startup call.
-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); |