summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <baumann@openbsd4664.eurospider.ch>2010-05-21 14:56:35 +0200
committerAndreas Baumann <baumann@openbsd4664.eurospider.ch>2010-05-21 14:56:35 +0200
commit9a87f992d39fd2bb27065a722132bba7842a39d2 (patch)
treed419bfdc08805da13064df129473f8302fe15479 /src
parent0c7d6adf14a568a792ce65e359f9fb177499ad74 (diff)
downloadwolfbones-9a87f992d39fd2bb27065a722132bba7842a39d2.tar.gz
wolfbones-9a87f992d39fd2bb27065a722132bba7842a39d2.tar.bz2
fixed on OpenBSD 4.7 64-bit
Diffstat (limited to 'src')
-rw-r--r--src/port/sys_internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index 1a83785..0dae35d 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -70,12 +70,13 @@
#if defined OPENBSD
#if OS_MAJOR_VERSION == 4
-#if OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 5
+#if OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 7
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
+#define HAVE_DLFCN
#else
#error unknown platform
-#endif /* defined OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 3 */
+#endif /* defined OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 7 */
#else
#error unknown platform
#endif /* defined OS_MAJOR_VERSION == 4 */