summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hints/openbsd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/openbsd.sh b/hints/openbsd.sh
index 0d9f19d1c2..e4b1360d9a 100644
--- a/hints/openbsd.sh
+++ b/hints/openbsd.sh
@@ -118,8 +118,8 @@ $define|true|[yY]*)
;;
esac
case "$osvers" in
- [012].*|3.[0-5])
- # Broken at least up to OpenBSD 3.5, we'll see about 3.6
+ [012].*|3.[0-6])
+ # Broken at least up to OpenBSD 3.6, we'll see about 3.7
d_getservbyname_r=$undef ;;
esac
esac