Commit 365fc276 by Andreas Tobler Committed by Andreas Tobler

ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin.

2003-12-25  Andreas Tobler  <a.tobler@schweiz.ch>

	* libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for
	darwin. Fixed by fixinclude now.

From-SVN: r75024
parent d9a81e87
2003-12-25 Andreas Tobler <a.tobler@schweiz.ch>
* libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for
darwin. Fixed by fixinclude now.
2003-12-25 Michael Koch <konqueror@gmx.de>
* java/net/ServerSocket.java bind():
......
......@@ -1584,13 +1584,7 @@ static struct lt_user_dlloader sys_dld = {
#if HAVE_MACH_O_DYLD_H
# ifndef __private_extern__
# define __private_extern__ extern
# include <mach-o/dyld.h>
# undef __private_extern__
# else
# include <mach-o/dyld.h>
# endif
#endif
#include <mach-o/getsect.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment