summaryrefslogtreecommitdiff
path: root/lib/lstat.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-07-22 22:56:34 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-07-22 22:56:34 +0000
commite57b0bd6cce7d468a30356c0a2cdab8a0af58eca (patch)
treee6e388f2723b9501dce57987f9c2966e1a2c4108 /lib/lstat.c
parent5c7070eaa3051ed57fd67919ba59ca1892e21ccc (diff)
downloadgnulib-e57b0bd6cce7d468a30356c0a2cdab8a0af58eca.tar.gz
Correct SunOS and Solaris version number notation to match Sun's usage.
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 1507ad8c91..d0ad496f35 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