From e57931a8261389d27817543952232eab48469475 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 3 May 1999 08:46:13 +0000 Subject: Update. 1999-05-02 Andreas Schwab * sunrpc/Makefile: Generate dependencies for all flavors of librpcsvc objects. (rpcgen-cmd): Pass -Y flag here and remove it from the macro invocations. 1999-05-02 Andreas Schwab * elf/dlopenold.c: Move #if down after includes to get dependencies right. 1999-05-01 Andreas Schwab * sysdeps/generic/bzero.c: Undefine __bzero. --- elf/dlopenold.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'elf/dlopenold.c') diff --git a/elf/dlopenold.c b/elf/dlopenold.c index 49fce7a..7e7b462 100644 --- a/elf/dlopenold.c +++ b/elf/dlopenold.c @@ -1,5 +1,5 @@ /* Load a shared object at run time. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,14 +17,14 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This file is for compatibility with glibc 2.0. Compile it only if - versioning is used. */ -#if defined PIC && DO_VERSIONING - #include #include #include +/* This file is for compatibility with glibc 2.0. Compile it only if + versioning is used. */ +#if defined PIC && DO_VERSIONING + struct dlopen_args { /* The arguments for dlopen_doit. */ -- cgit v1.1