diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-10 16:25:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-10 16:25:34 +0000 |
commit | 91b84603d3c3f3911bee87c8ad02c06cb8fc95ae (patch) | |
tree | 69178c9b08ef39c668acb186b81732f774af29a5 /chown.c | |
parent | 2a4663461791bf8f8aea41f85f0c869d6b19774a (diff) |
Cleanup from vodz
Diffstat (limited to 'chown.c')
-rw-r--r-- | chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |