From 8c0abbdd43c45ba515506a9a30fc28fdfa9181e0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 4 Jun 2010 17:16:13 +0200 Subject: freebsd and loader --- src/port/sys_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h index d01279e..f6fa301 100644 --- a/src/port/sys_internal.h +++ b/src/port/sys_internal.h @@ -46,14 +46,14 @@ #define HAVE_LOCK_F #define HAVE_LOCALTIME_R #define HAVE_DLFCN -#define WOLF_LIBRARY_DLERROR_CONST +#define WOLF_LIBRARY_DLERROR_CONST const #else #if OS_MAJOR_VERSION == 7 #if OS_MINOR_VERSION == 0 #define HAVE_LOCK_F #define HAVE_LOCALTIME_R #define HAVE_DLFCN -#define WOLF_LIBRARY_DLERROR_CONST +#define WOLF_LIBRARY_DLERROR_CONST const #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 0 */ @@ -63,7 +63,7 @@ #define HAVE_LOCK_F #define HAVE_LOCALTIME_R #define HAVE_DLFCN -#define WOLF_LIBRARY_DLERROR_CONST +#define WOLF_LIBRARY_DLERROR_CONST const #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 2 */ -- cgit v1.2.3-54-g00ecf