[hackers] [sbase] du: staticize du || Hiltjo Posthuma
commit e73f58937d13fa1793e4c8bd98aaaaa33b3d18ab
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri Apr 24 16:42:48 2015 +0200
du: staticize du
diff --git a/du.c b/du.c
index 51b576b..61e9d02 100644
--- a/du.c
+++ b/du.c
_AT_@ -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;
Received on Sat Apr 25 2015 - 12:43:20 CEST
This archive was generated by hypermail 2.3.0
: Sat Apr 25 2015 - 12:48:10 CEST