From owner-freebsd-hackers Thu Nov 27 06:48:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA25750 for hackers-outgoing; Thu, 27 Nov 1997 06:48:35 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA25743 for ; Thu, 27 Nov 1997 06:48:28 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id PAA11788 for freebsd-hackers@freebsd.org; Thu, 27 Nov 1997 15:48:26 +0100 (CET) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id PAA00659; Thu, 27 Nov 1997 15:39:41 +0100 (MET) Message-ID: <19971127153941.48321@uriah.heep.sax.de> Date: Thu, 27 Nov 1997 15:39:41 +0100 From: J Wunsch To: FreeBSD hackers Subject: [j@uriah.heep.sax.de: Re: conflict link.h dlfcn.h] Reply-To: Joerg Wunsch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 ----- Message-ID: <19971127143120.03791@uriah.heep.sax.de> Date: Thu, 27 Nov 1997 14:31:21 +0100 From: J Wunsch To: Gary Clark II Subject: Re: conflict link.h dlfcn.h Reply-To: Joerg Wunsch 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 , 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 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. ;-)