summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-08-28 14:00:54 +1000
committerDamien Miller <djm@mindrot.org>2013-08-28 14:00:54 +1000
commit43968a8e66a0aa1afefb11665bf96f86b113f5d9 (patch)
tree6ac1451c03aae63912b780466b86757789767728 /ChangeLog
parent04be8b9e53f8388c94b531ebc5d1bd6e10e930d1 (diff)
- (djm) [openbsd-compat/bsd-snprintf.c] #ifdef noytet for intmax_t bits
until we have configure support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97881822..0ddb0a35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
- (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the
'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we
start to use them in the future.
+ - (djm) [openbsd-compat/bsd-snprintf.c] #ifdef noytet for intmax_t bits
+ until we have configure support.
20130821
- (djm) OpenBSD CVS Sync