diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-29 17:18:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-29 17:18:06 +0000 |
commit | fccacb517daa692680f391af117d9783a63510ed (patch) | |
tree | d0b1edf8108a468f877e79cda5251f130774c843 /auth | |
parent | de628a762dd484d99344268fcf71cd7a57282729 (diff) |
1998-11-27 Mark Kettenis <kettenis@phys.uva.nl>
* auth.c (main): Call _hurd_proc_init with new args set to zero.
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |