[BusyBox-cvs] busybox/fileutils chown.c,1.19,1.20

Glenn McGrath bug1 at busybox.net
Sat Feb 8 23:36:18 UTC 2003


Update of /var/cvs/busybox/fileutils
In directory winder:/tmp/cvs-serv18209/fileutils

Modified Files:
	chown.c 
Log Message:
Patch from mathuria, compatability with solaris


Index: chown.c
===================================================================
RCS file: /var/cvs/busybox/fileutils/chown.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- chown.c	20 Dec 2001 23:12:50 -0000	1.19
+++ chown.c	8 Feb 2003 23:36:15 -0000	1.20
@@ -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)
 {




More information about the busybox-cvs mailing list