X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fstat.c;h=5996268ef582843d76d74eb3f2f148e22458c675;hb=9bd8d0c23e867238bad53b04a029f71db9b88c3f;hp=a5a30546de368c6b310d7031d46e84c52991eb05;hpb=9b49a5ed8551e46892af3f676e5d96d21b540e3c;p=oweals%2Fbusybox.git diff --git a/coreutils/stat.c b/coreutils/stat.c index a5a30546d..5996268ef 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c @@ -119,6 +119,7 @@ static const char *human_fstype(uint32_t f_type) return humantypes[i].fs; } +#if ENABLE_FEATURE_STAT_FORMAT static void strcatc(char *str, char c) { int len = strlen(str); @@ -132,7 +133,6 @@ static void printfs(char *pformat, const char *msg) printf(pformat, msg); } -#if ENABLE_FEATURE_STAT_FORMAT /* print statfs info */ static void print_statfs(char *pformat, const char m, const char *const filename, const void *data