summaryrefslogtreecommitdiff
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
parente9eae040866ff20c3b6df7bd3f726198e0e1a541 (diff)
downloadwolfbones-b5002ef3a08a637016fef58982baab8e27ff8c8a.tar.gz
wolfbones-b5002ef3a08a637016fef58982baab8e27ff8c8a.tar.bz2
fixed for Linux kernel 3.9.x
-rw-r--r--include/wolf/port/sys.h2
-rw-r--r--src/port/sys_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h
index 40c7d4b..c5ff517 100644
--- a/include/wolf/port/sys.h
+++ b/include/wolf/port/sys.h
@@ -53,7 +53,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 _XOPEN_SOURCE 600
#define HAVE_STDBOOL_H
#define HAVE_STDINT_H
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