diff options
author | Tim Rice <tim@multitalents.net> | 2010-01-18 02:05:39 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2010-01-18 02:05:39 +0100 |
commit | 641ebf1f86b4f254cab71f9496e8915940248004 (patch) | |
tree | 3a0d67491823ece251230eb9ff4b9529f5064eed /ChangeLog | |
parent | - (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too. (diff) | |
download | openssh-641ebf1f86b4f254cab71f9496e8915940248004.tar.xz openssh-641ebf1f86b4f254cab71f9496e8915940248004.zip |
- (tim) [configure.ac] Use the C99-conforming functions snprintf() and
vsnprintf() named _xsnprintf() and _xvsnprintf() on SVR5 systems.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 20100117 - (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too. + - (tim) [configure.ac] Use the C99-conforming functions snprintf() and + vsnprintf() named _xsnprintf() and _xvsnprintf() on SVR5 systems. 20100116 - (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h |