staticize some functions

This commit is contained in:
Hiltjo Posthuma
2015-03-07 13:33:39 +01:00
parent 4092196fdc
commit 0c17cd0fb3
5 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ static char *modestr = "";
static mode_t mask = 0;
static int ret = 0;
void
static void
chmodr(const char *path, int depth)
{
struct stat st;