summaryrefslogtreecommitdiff
path: root/lib/save-cwd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 06:24:12 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 06:24:12 +0000
commit9817a27dc075a8224cce734a8b914660993cef5f (patch)
tree46bf633eb09758a0ca42d72a3d01145835e8fba5 /lib/save-cwd.c
parent8c67c629b777a92c4f8e02d9b6692ef5684b1261 (diff)
downloadcoreutils-9817a27dc075a8224cce734a8b914660993cef5f.tar.xz
Normalize naming of Sun operating systems, e.g., SunOS4 -> SunOS 4,
Solaris5.9 -> Solaris 9. From Paul Eggert.
Diffstat (limited to 'lib/save-cwd.c')
-rw-r--r--lib/save-cwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/save-cwd.c b/lib/save-cwd.c
index 068ff0ac0..b7b85a1b5 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. */