1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Change Solaris 2.7 to Solaris 5.7 in comment.

This commit is contained in:
Jim Meyering
2003-08-09 16:33:55 +00:00
parent 374f08d5fc
commit 0ac638c6ea

View File

@@ -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). */