diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-09 11:38:45 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-09 11:38:45 +0000 |
| commit | a55d72bbb419215d76465d484bfeee84308af0bc (patch) | |
| tree | 921712f6e9333c2461f1cb223a07b00bd37f870d /coreutils | |
| parent | 99825960c18de59afb6906ba05df5671793edaf0 (diff) | |
| download | busybox-a55d72bbb419215d76465d484bfeee84308af0bc.tar.gz | |
Patch from Steven Scholz, fix some warnings
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/chgrp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index 8c969d7b6..93e493869 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c @@ -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"); |
