du: staticize du

This commit is contained in:
Hiltjo Posthuma 2015-04-24 16:42:48 +02:00 committed by sin
parent 5a52154a47
commit e73f58937d
1 changed files with 1 additions and 1 deletions

2
du.c
View File

@ -33,7 +33,7 @@ nblks(blkcnt_t blocks)
return (512 * blocks + blksize - 1) / blksize;
}
void
static void
du(const char *path, struct stat *st, void *total, struct recursor *r)
{
size_t subtotal = 0;