Fix recurse() prototype and convert char to int flags

This commit is contained in:
sin
2015-02-16 16:23:12 +00:00
parent d8fa891008
commit 8f068589fb
11 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ static mode_t mask = 0;
static int ret = 0;
void
chmodr(const char *path, char fflag)
chmodr(const char *path, int fflag)
{
struct stat st;
mode_t m;