Patch from Steven Scholz, fix some warnings

This commit is contained in:
Glenn L McGrath
2003-10-09 11:38:45 +00:00
parent 99825960c1
commit a55d72bbb4
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,6 @@ int chgrp_main(int argc, char **argv)
long gid;
int recursiveFlag;
int retval = EXIT_SUCCESS;
char *p;
recursiveFlag = bb_getopt_ulflags(argc, argv, "R");