diff options
author | Tim Rice <tim@multitalents.net> | 2010-01-18 07:49:57 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2010-01-18 07:49:57 +0100 |
commit | 7bb7471b80af905452cd7e3a5b3ad1c5cbed9595 (patch) | |
tree | b09ca2cfc3d05948ef1becff7873565281c2a227 /ChangeLog | |
parent | - (tim) [configure.ac] Use the C99-conforming functions snprintf() and (diff) | |
download | openssh-7bb7471b80af905452cd7e3a5b3ad1c5cbed9595.tar.xz openssh-7bb7471b80af905452cd7e3a5b3ad1c5cbed9595.zip |
Reword comment in last commit for additional clearity.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +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. + - (tim) [configure.ac] On SVR5 systems, use the C99-conforming functions + snprintf() and vsnprintf() named _xsnprintf() and _xvsnprintf(). 20100116 - (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h |