From 86208575669cb6fdc5328485525456dbe821d6a7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 29 Nov 1998 17:18:49 +0000 Subject: 1998-11-25 Mark Kettenis * main.c (S_exec_init): Call _hurd_proc_init with new args set to zero. --- exec/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exec') 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 (); -- cgit v1.2.3