summaryrefslogtreecommitdiff
path: root/lib/putenv.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-07-31 06:27:05 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-07-31 06:27:05 +0000
commit7dce93e95aed216724eb68e966450f85dba6a979 (patch)
tree9d86d976a571633aa1375a1334b935aeb3b333c9 /lib/putenv.c
parent0fa0fa67743cf6369156cb87952bd97a86714bc2 (diff)
downloadgnulib-7dce93e95aed216724eb68e966450f85dba6a979.tar.gz
Fix comments to identify Solaris versions using the same version
numbers that Sun does.
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 0b1e6644e4..f5ce1dd882 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 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). */