summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-06-23 18:26:02 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-06-23 18:26:02 +0200
commitb5002ef3a08a637016fef58982baab8e27ff8c8a (patch)
treefd7c14bd5055eaa0faf414e1c55bd5bbc560b8b9 /src
parente9eae040866ff20c3b6df7bd3f726198e0e1a541 (diff)
downloadwolfbones-b5002ef3a08a637016fef58982baab8e27ff8c8a.tar.gz
wolfbones-b5002ef3a08a637016fef58982baab8e27ff8c8a.tar.bz2
fixed for Linux kernel 3.9.x
Diffstat (limited to 'src')
-rw-r--r--src/port/sys_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index 81e1d76..68c70ca 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -38,7 +38,7 @@
#endif /* defined OS_MINOR_VERSION == 6 */
#else
#if OS_MAJOR_VERSION == 3
-#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 6
+#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 9
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
#define HAVE_DLFCN