Date: Sun, 22 Jun 1997 15:50:13 +0100 From: Brian Somers <brian@awfulhak.org> To: Jim Dixon <jdd@vbc.net> Cc: hackers@FreeBSD.ORG Subject: Re: inconsistent declarations Message-ID: <199706221450.PAA24584@awfulhak.demon.co.uk> In-Reply-To: Your message of "Sun, 22 Jun 1997 13:49:15 BST." <Pine.BSI.3.91.970622134312.14366I-100000@avon-gw.uk1.vbc.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> /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*)); I've just done a make includes in -current and 2.2 and it says your dlfcn.h is out of date. > -- > Jim Dixon VBCnet GB Ltd http://www.vbc.net > tel +44 117 929 1316 fax +44 117 927 2015 > -- Brian <brian@awfulhak.org>, <brian@freebsd.org> <http://www.awfulhak.org> Don't _EVER_ lose your sense of humour....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706221450.PAA24584>