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
This commit is contained in:
Andreas Tobler 2003-12-25 20:33:06 +01:00 committed by Andreas Tobler
parent d9a81e87b6
commit 365fc27612
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
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> 2003-12-25 Michael Koch <konqueror@gmx.de>
* java/net/ServerSocket.java bind(): * java/net/ServerSocket.java bind():

View File

@ -1584,13 +1584,7 @@ static struct lt_user_dlloader sys_dld = {
#if HAVE_MACH_O_DYLD_H #if HAVE_MACH_O_DYLD_H
# ifndef __private_extern__
# define __private_extern__ extern
# include <mach-o/dyld.h> # include <mach-o/dyld.h>
# undef __private_extern__
# else
# include <mach-o/dyld.h>
# endif
#endif #endif
#include <mach-o/getsect.h> #include <mach-o/getsect.h>