From 8a080f40d83e12be3af8a5cbfb1f6a2f65bc9981 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Sat, 21 Sep 1996 20:05:50 +0000 Subject: *** empty log message *** Sat Sep 21 14:59:22 1996 Thomas Bushnell, n/BSG * shlib-versions (*-*-gnu*): Increment libc to 0.2 for upcoming binary distribution. * sysdeps/mach/hurd/Makefile (rtld-installed-name): Provide definition to override dangerous one in Makeconfig. * hurd/Makefile (install-headers-nosubdir): Install . ($(includedir)/rpc/netdb.h): New rule. [ This is XXX until sunrpc can be built; is essential. ] Fri Sep 20 16:06:06 1996 Thomas Bushnell, n/BSG * sysdeps/mach/hurd/i386/init-first.c (_dl_start): Add definition, to guarantee link errors if this is included in ld.so. --- hurd/hurdinit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hurd/hurdinit.c') diff --git a/hurd/hurdinit.c b/hurd/hurdinit.c index df10b5d955..bc2334e69f 100644 --- a/hurd/hurdinit.c +++ b/hurd/hurdinit.c @@ -31,6 +31,8 @@ struct hurd_port *_hurd_ports; unsigned int _hurd_nports; mode_t _hurd_umask; sigset_t _hurdsig_traced; +char **__libc_argv; + error_t _hurd_ports_use (int which, error_t (*operate) (mach_port_t)) @@ -165,7 +167,6 @@ _hurd_setproc (process_t procserver) { error_t err; mach_port_t oldmsg; - extern char **__libc_argv; /* Give the proc server our message port. */ if (err = __proc_setmsgport (procserver, _hurd_msgport, &oldmsg)) -- cgit 1.4.1