Date: Thu, 27 Nov 1997 15:39:41 +0100 From: J Wunsch <j@uriah.heep.sax.de> To: FreeBSD hackers <freebsd-hackers@freebsd.org> Subject: [j@uriah.heep.sax.de: Re: conflict link.h dlfcn.h] Message-ID: <19971127153941.48321@uriah.heep.sax.de>
next in thread | raw e-mail | index | archive | help
Mail directly to Gary bounced... but i think it's ok to send this into public as well. Perhaps he can read it. -----Forwarded message from J Wunsch <j@uriah.heep.sax.de>----- Message-ID: <19971127143120.03791@uriah.heep.sax.de> Date: Thu, 27 Nov 1997 14:31:21 +0100 From: J Wunsch <j@uriah.heep.sax.de> To: Gary Clark II <gclarkii@main.gbdata.com> Subject: Re: conflict link.h dlfcn.h Reply-To: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de> As Gary Clark II wrote: > Well this is in 3.0-current as of about a week ago and I've still got the > problem. > > How was it resolved....???? Strange. In my copy of <link.h>, i've got: /* * dl*() prototypes. */ extern void *dlopen __P((char *, int)); extern int dlclose __P((void *)); extern void *dlsym __P((void *, char *)); extern char *dlerror __P((void)); i.e., no `const'. Surely this should rather suck in <dlfcn.h> instead. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) -----End of forwarded message----- -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971127153941.48321>