From: Eric Andersen Date: Tue, 10 Jul 2001 16:25:34 +0000 (-0000) Subject: Cleanup from vodz X-Git-Tag: 0_60_0~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=91b84603d3c3f3911bee87c8ad02c06cb8fc95ae;p=oweals%2Fbusybox.git Cleanup from vodz --- diff --git a/chown.c b/chown.c index a65607204..d1e52deda 100644 --- a/chown.c +++ b/chown.c @@ -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) { diff --git a/coreutils/chown.c b/coreutils/chown.c index a65607204..d1e52deda 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c @@ -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) {