du: staticize du
This commit is contained in:
parent
5a52154a47
commit
e73f58937d
2
du.c
2
du.c
|
@ -33,7 +33,7 @@ nblks(blkcnt_t blocks)
|
||||||
return (512 * blocks + blksize - 1) / blksize;
|
return (512 * blocks + blksize - 1) / blksize;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
du(const char *path, struct stat *st, void *total, struct recursor *r)
|
du(const char *path, struct stat *st, void *total, struct recursor *r)
|
||||||
{
|
{
|
||||||
size_t subtotal = 0;
|
size_t subtotal = 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user