list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.

This commit is contained in:
Matt Kraai 2002-03-08 16:25:33 +00:00
parent 3bd31ebc9a
commit a1bbde71bf

View File

@ -576,7 +576,9 @@ static struct dnode **list_dir(char *path)
static int list_single(struct dnode *dn)
{
int i;
#ifdef CONFIG_FEATURE_LS_USERNAME
char scratch[BUFSIZ + 1];
#endif
#ifdef CONFIG_FEATURE_LS_TIMESTAMPS
char *filetime;
time_t ttime, age;