summaryrefslogtreecommitdiff
path: root/lib/putenv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 16:33:55 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 16:33:55 +0000
commit0ac638c6eae73f77bec6a9ec704f705f097de023 (patch)
tree110a3f41266dc030a5ebff5ab059c054877420db /lib/putenv.c
parent374f08d5fce2d72db8ea145a9f65401db4fc9338 (diff)
downloadcoreutils-0ac638c6eae73f77bec6a9ec704f705f097de023.tar.xz
Change Solaris 2.7 to Solaris 5.7 in comment.
Diffstat (limited to 'lib/putenv.c')
-rw-r--r--lib/putenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/putenv.c b/lib/putenv.c
index 0b1e6644e..c2a9aad2a 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). */