diff options
author | Miles Bader <miles@gnu.org> | 1995-11-06 22:49:37 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-11-06 22:49:37 +0000 |
commit | 530ab7d24509b2be4065f9e4dc9c63d26d4ff121 (patch) | |
tree | 42a451462f086a7cdd09fe633d2eba0950528eba /exec | |
parent | 34412879c3378eaba07aab423d54bfc02c73abef (diff) |
(main): Add FLAGS arg to trivfs_startup call.
Diffstat (limited to 'exec')
-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); |