From 557613656317ccf401669dcc6681155bf2930c9f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 16 Oct 2007 22:53:05 +0000 Subject: fixes revealed by randomconfig run --- coreutils/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/stat.c') 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 -- cgit v1.2.3