summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
Diffstat (limited to 'exec')
-rw-r--r--exec/main.c4
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 ();