aboutsummaryrefslogtreecommitdiff
path: root/changes/bug11633_part2
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug11633_part2')
-rw-r--r--changes/bug11633_part24
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11633_part2 b/changes/bug11633_part2
new file mode 100644
index 0000000000..574660dec4
--- /dev/null
+++ b/changes/bug11633_part2
@@ -0,0 +1,4 @@
+ o Minor bugfixes (build):
+ - Resolve clang complaints on OpenBSD with -Wshorten-64-to-32 due to
+ treatment of long and time_t as comparable types. Fixes part of bug 11633.
+ Patch from Dana Koch.