From 0c981d96785722446274b9c69bf2e22876374126 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 May 2002 02:22:58 +0000 Subject: * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning. * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init. --- hurd/hurdinit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/hurdinit.c b/hurd/hurdinit.c index c7f9d42..259f8a3 100644 --- a/hurd/hurdinit.c +++ b/hurd/hurdinit.c @@ -51,6 +51,8 @@ _hurd_ports_use (int which, error_t (*operate) (mach_port_t)) DEFINE_HOOK (_hurd_subinit, (void)); +__typeof (_hurd_proc_init) _hurd_new_proc_init; /* below */ + /* Initialize the library data structures from the ints and ports passed to us by the exec server. @@ -89,7 +91,7 @@ _hurd_init (int flags, char **argv, /* Tell the proc server we exist, if it does. */ if (portarray[INIT_PORT_PROC] != MACH_PORT_NULL) - _hurd_proc_init (argv, intarray, intarraysize); + _hurd_new_proc_init (argv, intarray, intarraysize); /* All done with init ints and ports. */ __vm_deallocate (__mach_task_self (), -- cgit v1.1