aboutsummaryrefslogtreecommitdiff
path: root/coreutils/chgrp.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-10-09 11:38:45 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-10-09 11:38:45 +0000
commita55d72bbb419215d76465d484bfeee84308af0bc (patch)
tree921712f6e9333c2461f1cb223a07b00bd37f870d /coreutils/chgrp.c
parent99825960c18de59afb6906ba05df5671793edaf0 (diff)
downloadbusybox-a55d72bbb419215d76465d484bfeee84308af0bc.tar.gz
Patch from Steven Scholz, fix some warnings
Diffstat (limited to 'coreutils/chgrp.c')
-rw-r--r--coreutils/chgrp.c1
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");