summaryrefslogtreecommitdiff
path: root/lib/stat.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/stat.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/stat.c')
-rw-r--r--lib/stat.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/stat.c b/lib/stat.c
index ff9e9bbe5..284da0cbc 100644
--- a/lib/stat.c
+++ b/lib/stat.c
@@ -1,8 +1,10 @@
/* Work around the bug in some systems whereby stat/lstat succeeds when
- given the zero-length file name argument. The stat/lstat from SunOS4.1.4
+ given the zero-length file name argument. The stat/lstat from SunOS 4.1.4
has this bug. Also work around a deficiency in Solaris systems (up to at
- least Solaris5.9) regarding the semantics of `lstat ("symlink/", sbuf).'
- Copyright (C) 1997-2003 Free Software Foundation, Inc.
+ least Solaris 9) regarding the semantics of `lstat ("symlink/", sbuf).'
+
+ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free
+ Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -102,7 +104,7 @@ slash_aware_lstat (const char *file, struct stat *sbuf)
Otherwise, return the result of calling the real stat/lstat.
This works around the bug in some systems whereby stat/lstat succeeds when
- given the zero-length file name argument. The stat/lstat from SunOS4.1.4
+ given the zero-length file name argument. The stat/lstat from SunOS 4.1.4
has this bug. */
/* This function also provides a version of lstat with consistent semantics