From: Jim Meyering Date: Sat, 9 Aug 2003 16:33:55 +0000 (+0000) Subject: Change Solaris 2.7 to Solaris 5.7 in comment. X-Git-Tag: CPPI-1_11~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac638c6eae73f77bec6a9ec704f705f097de023;p=thirdparty%2Fcoreutils.git Change Solaris 2.7 to Solaris 5.7 in comment. --- diff --git a/lib/putenv.c b/lib/putenv.c index 0b1e6644e4..c2a9aad2af 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -33,7 +33,7 @@ extern int errno; # define __set_errno(ev) ((errno) = (ev)) #endif -/* Don't include stdlib.h because some (e.g., Solaris 2.7) declare putenv +/* Don't include stdlib.h because some (e.g., Solaris 5.7) declare putenv with a non-const argument. That would conflict with the declaration of rpl_putenv below (due to the #define putenv rpl_putenv from config.h). */