Cleanup from vodz
authorEric Andersen <andersen@codepoet.org>
Tue, 10 Jul 2001 16:25:34 +0000 (16:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 10 Jul 2001 16:25:34 +0000 (16:25 -0000)
chown.c
coreutils/chown.c

diff --git a/chown.c b/chown.c
index a656072041b9b2bc58dfee138fb6ca69debaad64..d1e52deda16079a7e0ca3015a5b7553366361209 100644 (file)
--- 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)
 {
index a656072041b9b2bc58dfee138fb6ca69debaad64..d1e52deda16079a7e0ca3015a5b7553366361209 100644 (file)
@@ -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)
 {