Date: Thu, 27 Nov 1997 15:12:45 -0800 From: John Polstra <jdp@polstra.com> To: hackers@freebsd.org Subject: Re: [j@uriah.heep.sax.de: Re: conflict link.h dlfcn.h] Message-ID: <199711272312.PAA18270@austin.polstra.com> In-Reply-To: <19971127153941.48321@uriah.heep.sax.de> References: <19971127153941.48321@uriah.heep.sax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <19971127153941.48321@uriah.heep.sax.de>, J Wunsch <joerg_wunsch@uriah.heep.sax.de> wrote: > > 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. (Nice Freudian slip, Joerg! ;-) ---------------^^^^ You're right, those prototypes don't belong in <link.h>. I remember I had plans to take them out of there, but I must have gotten distracted. I'm about to rebuild world on my -current machine, so I'll remove them and make sure it doesn't cause any problems. If it works out OK, I'll commit the change Real Soon Now. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711272312.PAA18270>