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