diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2003-07-22 22:56:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2003-07-22 22:56:34 +0000 |
commit | e57b0bd6cce7d468a30356c0a2cdab8a0af58eca (patch) | |
tree | e6e388f2723b9501dce57987f9c2966e1a2c4108 /lib/save-cwd.c | |
parent | 5c7070eaa3051ed57fd67919ba59ca1892e21ccc (diff) | |
download | gnulib-e57b0bd6cce7d468a30356c0a2cdab8a0af58eca.tar.gz |
Correct SunOS and Solaris version number notation to match Sun's usage.
Diffstat (limited to 'lib/save-cwd.c')
-rw-r--r-- | lib/save-cwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/save-cwd.c b/lib/save-cwd.c index 068ff0ac0c..b7b85a1b55 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c @@ -62,7 +62,7 @@ extern int errno; support for fchdir, and getcwd is not robust or as efficient. So, we prefer to use the open/fchdir approach, but fall back on getcwd if necessary. Some systems lack fchdir altogether: OS/2, - Cygwin (as of March 2003), SCO Xenix. At least SunOS4 and Irix 5.3 + Cygwin (as of March 2003), SCO Xenix. At least SunOS 4 and Irix 5.3 provide the function, yet it doesn't work for partitions on which auditing is enabled. */ |