]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Include "file-type.h"
authorJim Meyering <jim@meyering.net>
Fri, 31 Jan 2003 18:28:39 +0000 (18:28 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Jan 2003 18:28:39 +0000 (18:28 +0000)
commit4686f1f3fd0deb1cedaf99fb23b0492616dbe89d
tree5bf03388429c2ec5982a2c867ce2cb42ef0c500d
parentfb9e95e6c3db7c8698d67db9b26cc529bf6d239e
Include "file-type.h"
(print_human_type): Remove function.
(human_access): Rename from print_human_access.  Return a string.
(human_time): Rename from print_human_time.  Return a string.
(print_stat): Arrange so that field width and an alignment specifier
are honored for the %A, %F, %x, %y, and %z formats.
[%F]: Use file_type; this gives slightly different file type strings,
e.g., `directory' instead of `Directory' and `regular file' or
`regular empty file' instead of `Regular file'.
src/stat.c