]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] Use the C99-conforming functions snprintf() and
authortim <tim>
Mon, 18 Jan 2010 01:05:39 +0000 (01:05 +0000)
committertim <tim>
Mon, 18 Jan 2010 01:05:39 +0000 (01:05 +0000)
   vsnprintf() named _xsnprintf() and _xvsnprintf() on SVR5 systems.

ChangeLog
configure.ac

index 9759182dcc3acc400590b31c650199f8447d1eec..aed4bba4753e452d5b26b638a708c40eceb66f16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index eadf102124c322aac1c6979fc0b17c65c601c0bc..db9403cc8f964e1ad34c272479b0dd6d50277399 100644 (file)
@@ -744,6 +744,7 @@ mips-sony-bsd|mips-sony-newsos4)
        ;;
 # UnixWare 7.x, OpenUNIX 8
 *-*-sysv5*)
+       CPPFLAGS="$CPPFLAGS -Dvsnprintf=_xvsnprintf -Dsnprintf=_xsnprintf"
        AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
        AC_DEFINE(USE_PIPES)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
This page took 0.063053 seconds and 5 git commands to generate.