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:
@@ -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). */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user