From a88cb5025c3ffd9dc4e7bde58aa58b63afcf65bd Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 8 Feb 2003 23:36:16 +0000 Subject: Patch from mathuria, compatability with solaris --- coreutils/chown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/chown.c') 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 @@ static long uid; static long gid; -static int (*chown_func)(const char *, __uid_t, __gid_t) = chown; +static int (*chown_func)(const char *, uid_t, gid_t) = chown; static int fileAction(const char *fileName, struct stat *statbuf, void* junk) { -- cgit v1.2.3