Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 1997 17:10:38 +0100 (BST)
From:      Jim Dixon <jdd@vbc.net>
To:        Brian Somers <brian@awfulhak.org>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: inconsistent declarations 
Message-ID:  <Pine.BSI.3.91.970622170937.20751B-100000@avon-gw.uk1.vbc.net>
In-Reply-To: <199706221450.PAA24584@awfulhak.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 22 Jun 1997, Brian Somers 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*));
> 
> I've just done a make includes in -current and 2.2 and it says
> your dlfcn.h is out of date.

2.2 drops the const which eliminates the inconsistency, yes.

--
Jim Dixon                  VBCnet GB Ltd           http://www.vbc.net
tel +44 117 929 1316                             fax +44 117 927 2015




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.970622170937.20751B-100000>