aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-10 16:25:34 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-10 16:25:34 +0000
commit91b84603d3c3f3911bee87c8ad02c06cb8fc95ae (patch)
tree69178c9b08ef39c668acb186b81732f774af29a5
parent2a4663461791bf8f8aea41f85f0c869d6b19774a (diff)
downloadbusybox-w32-91b84603d3c3f3911bee87c8ad02c06cb8fc95ae.tar.gz
busybox-w32-91b84603d3c3f3911bee87c8ad02c06cb8fc95ae.tar.bz2
busybox-w32-91b84603d3c3f3911bee87c8ad02c06cb8fc95ae.zip
Cleanup from vodz
-rw-r--r--chown.c2
-rw-r--r--coreutils/chown.c2
2 files changed, 2 insertions, 2 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{
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 @@
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{