[BusyBox-cvs] busybox/coreutils chgrp.c,1.16,1.17

Glenn McGrath bug1 at busybox.net
Thu Oct 9 11:38:46 UTC 2003


Update of /var/cvs/busybox/coreutils
In directory winder:/tmp/cvs-serv10632/coreutils

Modified Files:
	chgrp.c 
Log Message:
Patch from Steven Scholz, fix some warnings


Index: chgrp.c
===================================================================
RCS file: /var/cvs/busybox/coreutils/chgrp.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- chgrp.c	24 Sep 2003 03:22:54 -0000	1.16
+++ chgrp.c	9 Oct 2003 11:38:43 -0000	1.17
@@ -48,7 +48,6 @@
 	long gid;
 	int recursiveFlag;
 	int retval = EXIT_SUCCESS;
-	char *p;
 
 	recursiveFlag = bb_getopt_ulflags(argc, argv, "R");
 




More information about the busybox-cvs mailing list