diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/chown.c | 2 |
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 @@ | |||
35 | static long uid; | 35 | static long uid; |
36 | static long gid; | 36 | static long gid; |
37 | 37 | ||
38 | static int (*chown_func)(const char *, __uid_t, __gid_t) = chown; | 38 | static int (*chown_func)(const char *, uid_t, gid_t) = chown; |
39 | 39 | ||
40 | static int fileAction(const char *fileName, struct stat *statbuf, void* junk) | 40 | static int fileAction(const char *fileName, struct stat *statbuf, void* junk) |
41 | { | 41 | { |