diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-29 17:18:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-29 17:18:49 +0000 |
commit | 86208575669cb6fdc5328485525456dbe821d6a7 (patch) | |
tree | 518c3e6f4a84be64cdb5c4728d168ea24fcd4354 /exec | |
parent | 2750bdb2d70f8b11b65817146918a9f1f103e763 (diff) |
1998-11-25 Mark Kettenis <kettenis@phys.uva.nl>
* main.c (S_exec_init): Call _hurd_proc_init with new args set to
zero.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/main.c b/exec/main.c index 28ef2f3e..dddbe026 100644 --- a/exec/main.c +++ b/exec/main.c @@ -1,6 +1,6 @@ /* GNU Hurd standard exec server, main program and server mechanics. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. Written by Roland McGrath. This file is part of the GNU Hurd. @@ -247,7 +247,7 @@ S_exec_init (struct trivfs_protid *protid, _hurd_port_set (&_hurd_ports[INIT_PORT_AUTH], auth); /* Consume. */ /* Do initial setup with the proc server. */ - _hurd_proc_init (save_argv); + _hurd_proc_init (save_argv, NULL, 0); /* Set the active translator on /servers/exec. */ set_active_trans (); |