* exec/main.c (main) Remove second call to trivfs_startup
from commit a5d384c.
---
The commit mentioned above duplicated the call to trivfs_startup.
I can't think of any reason why it would be necessary, so it's
probably unintentional editing error that can be removed.
diff --git a/exec/main.c b/exec/main.c
index 1ed7763..2658df5 100644
--- a/exec/main.c
+++ b/exec/main.c
@@ -230,11 +230,6 @@ main (int argc, char **argv)
/* Reply to our parent. */
err = trivfs_startup (bootstrap, 0,
- trivfs_control_class, port_bucket,
- trivfs_protid_class, port_bucket, &fsys);
-
- /* Reply to our parent. */
- err = trivfs_startup (bootstrap, 0,
trivfs_control_class, port_bucket,
trivfs_protid_class, port_bucket,
&fsys);
--
2.7.0