projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a425d
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 29 Jun 2002 13:08:16 +0000
(13:08 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 29 Jun 2002 13:08:16 +0000
(13:08 +0000)
old/fileutils/ChangeLog
patch
|
blob
|
history
diff --git
a/old/fileutils/ChangeLog
b/old/fileutils/ChangeLog
index f4b062df1660a2b81bce5de7a15b8c29a34b8904..0b34ff847251a6e9276cc82ecc1a3cdbb5af9803 100644
(file)
--- 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.