diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-29 13:08:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-29 13:08:16 +0000 |
commit | e6b4ef7f1d8343c1ff91048201ee0f6341ae1175 (patch) | |
tree | 347d75e76bd467088cf0cebb63c05e8167f4d0ab /old/fileutils | |
parent | a9a425d557e96c6e17f500f85e50c39af3dd0584 (diff) | |
download | coreutils-e6b4ef7f1d8343c1ff91048201ee0f6341ae1175.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f4b062df1..0b34ff847 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,12 @@ * Version 4.1.10. + * src/stat.c (print_statfs): Use `fputc ('*', stdout)' + instead of the combination of strcat and printf. + (print_statfs) [!FLASK_LINUX]: Print `*' for %S and %C, + rather than `S' and `C'. + (print_stat) [!FLASK_LINUX]: Likewise. + * src/remove.c (AD_mark_current_as_unremovable): Replace dead code with an assertion. |