Date: Mon, 23 Jun 1997 01:35:19 +1000 From: michael butler <imb@scgt.oz.au> To: Jim Dixon <jdd@vbc.net>, hackers@FreeBSD.ORG Subject: Re: inconsistent declarations Message-ID: <3.0.1.32.19970623013519.0071fbd0@localhost> In-Reply-To: <Pine.BSI.3.91.970622134312.14366I-100000@avon-gw.uk1.vbc.n et>
next in thread | previous in thread | raw e-mail | index | archive | help
At 01:49 PM 22/06/97 +0100, Jim Dixon wrote: >/usr/include/dlfcn.h > void *dlopen __P((const char *,int)); > void *dlsym __P((void *, const char*)); > >/usr/include/link.h > extern void *dlopen __P((char *,int)); > extern void *dlsym __P((void *,char*)); This breaks the build of postgresql-6.1 for 2.1-stable :-( michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.1.32.19970623013519.0071fbd0>