diff --git a/libjava/ChangeLog b/libjava/ChangeLog index ad2a81519fc9..f6fd7f13ddae 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2003-12-25 Andreas Tobler + + * libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for + darwin. Fixed by fixinclude now. + 2003-12-25 Michael Koch * java/net/ServerSocket.java bind(): diff --git a/libjava/libltdl/ltdl.c b/libjava/libltdl/ltdl.c index f691c8a439cb..40ed84d417a9 100644 --- a/libjava/libltdl/ltdl.c +++ b/libjava/libltdl/ltdl.c @@ -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 -# undef __private_extern__ -# else -# include -# endif #endif #include