aboutsummaryrefslogtreecommitdiff
path: root/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'chown.c')
-rw-r--r--chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chown.c b/chown.c
index a65607204..d1e52deda 100644
--- a/chown.c
+++ b/chown.c
@@ -36,7 +36,7 @@
36static long uid; 36static long uid;
37static long gid; 37static long gid;
38 38
39static int (*chown_func)() = chown; 39static int (*chown_func)(const char *, __uid_t, __gid_t) = chown;
40 40
41static int fileAction(const char *fileName, struct stat *statbuf, void* junk) 41static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
42{ 42{