diff options
Diffstat (limited to 'chown.c')
-rw-r--r-- | chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ | |||
36 | static long uid; | 36 | static long uid; |
37 | static long gid; | 37 | static long gid; |
38 | 38 | ||
39 | static int (*chown_func)() = chown; | 39 | static int (*chown_func)(const char *, __uid_t, __gid_t) = chown; |
40 | 40 | ||
41 | static int fileAction(const char *fileName, struct stat *statbuf, void* junk) | 41 | static int fileAction(const char *fileName, struct stat *statbuf, void* junk) |
42 | { | 42 | { |