From fccacb517daa692680f391af117d9783a63510ed Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 29 Nov 1998 17:18:06 +0000 Subject: 1998-11-27 Mark Kettenis * auth.c (main): Call _hurd_proc_init with new args set to zero. --- auth/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth') diff --git a/auth/auth.c b/auth/auth.c index b3b58eec..98c5cc09 100644 --- a/auth/auth.c +++ b/auth/auth.c @@ -1,5 +1,5 @@ /* Authentication server. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Written by Roland McGrath. This file is part of the GNU Hurd. @@ -469,7 +469,7 @@ main (int argc, char **argv) proc_register_version (proc, hostpriv, "auth", "", HURD_VERSION); mach_port_deallocate (mach_task_self (), masterdev); _hurd_port_set (&_hurd_ports[INIT_PORT_PROC], proc); - _hurd_proc_init (argv); + _hurd_proc_init (argv, NULL, 0); /* Init knows intimately that we will be ready for messages as soon as this returns. */ -- cgit v1.2.3