summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-01 18:05:53 +0100
committerJim Meyering <meyering@redhat.com>2007-12-01 18:48:43 +0100
commitab73462d4b281d4e2cec8fb5952a0329c3f2ce2f (patch)
tree6a5e841047cc0b50859cd1f8f417211bd4127639 /src
parente7c03171d1f17f17e34c489b91267e53fc9a54d7 (diff)
downloadcoreutils-ab73462d4b281d4e2cec8fb5952a0329c3f2ce2f.tar.xz
* NEWS: Mention some of the SELinux changes.
Record release date and new version number. * src/stat.c (main): Adjust a comment.
Diffstat (limited to 'src')
-rw-r--r--src/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c
index 912ef87c5..0c33ba5eb 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -1040,7 +1040,7 @@ main (int argc, char *argv[])
terse = true;
break;
- case 'Z': /* FIXME: remove in 2008, warn in 2007 */
+ case 'Z': /* FIXME: remove in 2010, warn in mid 2008 */
/* Ignored, for compatibility with distributions
that implemented this before upstream. */
break;