This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 6e22fb5616dbacad58cc55544a00efece0477a9a
Author: Esa Peuha <[email protected]>
Date:   Thu Feb 4 20:11:42 2016 +0100

    exec: remove duplicate function call
    
    * exec/main.c (main) Remove second call to trivfs_startup
    from commit a5d384c.
---
 exec/main.c | 5 -----
 1 file changed, 5 deletions(-)

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);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git

Reply via email to