summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <baumann@hyakutake-freebsd864.eurospider.ch>2010-06-04 17:16:13 +0200
committerAndreas Baumann <baumann@hyakutake-freebsd864.eurospider.ch>2010-06-04 17:16:13 +0200
commit8c0abbdd43c45ba515506a9a30fc28fdfa9181e0 (patch)
treed2910fd3906c0bf30a61ee93907490c881b05dc9
parent57c12298f6c86ec058c4be437faea5ed9219aae1 (diff)
downloadwolfbones-8c0abbdd43c45ba515506a9a30fc28fdfa9181e0.tar.gz
wolfbones-8c0abbdd43c45ba515506a9a30fc28fdfa9181e0.tar.bz2
freebsd and loader
-rw-r--r--src/port/sys_internal.h6
1 files 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 */