summaryrefslogtreecommitdiff
path: root/lib/lstat.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/lstat.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/lstat.c')
-rw-r--r--lib/lstat.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/lstat.c b/lib/lstat.c
index 1507ad8c9..d0ad496f3 100644
--- a/lib/lstat.c
+++ b/lib/lstat.c
@@ -1,7 +1,9 @@
/* Work around the bug in some systems whereby lstat succeeds when
- given the zero-length file name argument. The lstat from SunOS4.1.4
+ given the zero-length file name argument. The lstat from SunOS 4.1.4
has this bug.
- Copyright (C) 1997-2002 Free Software Foundation, Inc.
+
+ 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