summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 340ecd8..4858c63 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -63,7 +63,7 @@
#if defined OPENBSD
#if OS_MAJOR_VERSION == 4
-#if OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 3
+#if OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 5
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
#else