Cleanup from vodz

This commit is contained in:
Eric Andersen 2001-07-10 16:25:34 +00:00
parent 2a46634617
commit 91b84603d3
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
static long uid;
static long gid;
static int (*chown_func)() = chown;
static int (*chown_func)(const char *, __uid_t, __gid_t) = chown;
static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
{

View File

@ -36,7 +36,7 @@
static long uid;
static long gid;
static int (*chown_func)() = chown;
static int (*chown_func)(const char *, __uid_t, __gid_t) = chown;
static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
{