summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-07 22:51:59 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-07 22:51:59 +0200
commitad2d9f77461c6ffca4afb2b62e4632bfb1d2b12d (patch)
treeb04d6298eb885b79b69c5f8a8a568a15022d163d /src
parent96cc9f7650e5af28957dcfed202cf8011c067fc3 (diff)
downloadwolfbones-ad2d9f77461c6ffca4afb2b62e4632bfb1d2b12d.tar.gz
wolfbones-ad2d9f77461c6ffca4afb2b62e4632bfb1d2b12d.tar.bz2
updated for FreeBSD 7.2
Diffstat (limited to 'src')
-rw-r--r--src/port/sys_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index 8ff88cd..11f289e 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -49,14 +49,14 @@
#define WOLF_LIBRARY_DLERROR_CONST const
#else
#if OS_MAJOR_VERSION == 7
-#if OS_MINOR_VERSION == 0
+#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 2
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
#define HAVE_DLFCN
#define WOLF_LIBRARY_DLERROR_CONST const
#else
#error unknown platform
-#endif /* defined OS_MINOR_VERSION == 0 */
+#endif /* defined OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 2 */
#else
#if OS_MAJOR_VERSION == 6
#if OS_MINOR_VERSION == 2