diff options
| author | Jim Meyering <meyering@redhat.com> | 2007-12-01 18:05:53 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2007-12-01 18:48:43 +0100 |
| commit | ab73462d4b281d4e2cec8fb5952a0329c3f2ce2f (patch) | |
| tree | 6a5e841047cc0b50859cd1f8f417211bd4127639 /src/stat.c | |
| parent | TODO: Add entries (documentation needed); remove the "add mktemp program" one. (diff) | |
| download | coreutils-ab73462d4b281d4e2cec8fb5952a0329c3f2ce2f.tar.gz coreutils-ab73462d4b281d4e2cec8fb5952a0329c3f2ce2f.zip | |
* 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/stat.c')
| -rw-r--r-- | src/stat.c | 2 |
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; |
