From 25efea820482a7a0d14317d231ba34e429b5b4bd Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 6 Nov 1995 21:05:37 +0000 Subject: (main): Add flags argument to trivfs_startup call. --- trans/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans/null.c') diff --git a/trans/null.c b/trans/null.c index 631e414d..f972d4a1 100644 --- a/trans/null.c +++ b/trans/null.c @@ -71,7 +71,7 @@ main (int argc, char **argv) error(1, 0, "must be started as a translator"); /* Reply to our parent */ - err = trivfs_startup(bootstrap, control_class, port_bucket, + err = trivfs_startup(bootstrap, 0, control_class, port_bucket, node_class, port_bucket, NULL); if (err) error(3, err, "Contacting parent"); -- cgit v1.2.3