Date: Sun, 18 Jan 1998 17:01:21 -0700 From: Nate Williams <nate@mt.sri.com> To: John Polstra <jdp@polstra.com> Cc: hackers@FreeBSD.ORG Subject: Re: Patch for dladdr (was: dladdr hax) Message-ID: <199801190001.RAA01671@mt.sri.com> In-Reply-To: <199801182250.OAA16054@austin.polstra.com> References: <199801182250.OAA16054@austin.polstra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Apply this in "/usr/src/gnu/usr.bin/ld/rtld", then do a make; make install. > > Index: rtld.c > =================================================================== > RCS file: /home/ncvs/src/gnu/usr.bin/ld/rtld/rtld.c,v > retrieving revision 1.51 > diff -u -Lrtld.c -r1.51 rtld.c > --- rtld.c > +++ rtld.c 1998/01/18 22:20:23 ... > +static int __dladdr __P((void *, Dl_info *)); .... > @@ -2022,6 +2029,81 @@ > addr += (long)src_map->som_addr; > > return (void *)addr; > +} > + > +static int > +__dladdr __P((void *addr, Dl_info *dlip)) ?????? What kind of function definition is this. :) Simple fix, but thought you might like to know. Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801190001.RAA01671>