[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 04/17: exec: remove duplicate function call
From: |
Samuel Thibault |
Subject: |
[hurd] 04/17: exec: remove duplicate function call |
Date: |
Mon, 15 Feb 2016 09:10:02 +0000 |
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 <address@hidden>
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
- [hurd] branch upstream updated (0aa179e -> ffaff64), Samuel Thibault, 2016/02/15
- [hurd] 03/17: procfs: Move setting default parameters to a separate function, Samuel Thibault, 2016/02/15
- [hurd] 11/17: Fixed leaks in _netfs_translator_callback2_fn, Samuel Thibault, 2016/02/15
- [hurd] 04/17: exec: remove duplicate function call,
Samuel Thibault <=
- [hurd] 02/17: Fix typo, Samuel Thibault, 2016/02/15
- [hurd] 16/17: Fix function name, Samuel Thibault, 2016/02/15
- [hurd] 14/17: Make sure to complete auth_server_authenticate, Samuel Thibault, 2016/02/15
- [hurd] 15/17: Fix hang on reauthentication, Samuel Thibault, 2016/02/15
- [hurd] 05/17: utils/settrans: improve --chroot functionality, Samuel Thibault, 2016/02/15
- [hurd] 08/17: mach-defpager: link dynamically, Samuel Thibault, 2016/02/15
- [hurd] 09/17: devnode: fix falling back to the kernel driver, Samuel Thibault, 2016/02/15
- [hurd] 01/17: Also build exec.static, Samuel Thibault, 2016/02/15
- [hurd] 12/17: utils/vmallocate: new utility, Samuel Thibault, 2016/02/15
- [hurd] 17/17: Merge remote-tracking branch 'upstream/master' into upstream, Samuel Thibault, 2016/02/15