summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorEsa Peuha <esa.peuha@gmail.com>2016-02-04 20:11:42 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2016-02-04 20:11:42 +0100
commit6e22fb5616dbacad58cc55544a00efece0477a9a (patch)
tree2015153ee2b021a5a97cabe0d12aaf49f522f337 /exec
parent63abc67ed48dbdf8dfe01fd1f29a97d795f907ce (diff)
exec: remove duplicate function call
* exec/main.c (main) Remove second call to trivfs_startup from commit a5d384c.
Diffstat (limited to 'exec')
-rw-r--r--exec/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/exec/main.c b/exec/main.c
index 1ed7763e..2658df59 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);