aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-21 07:34:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-21 07:34:27 +0000
commit181385da6b3577bb300bcda2653623ae46928ad4 (patch)
treed1f07be4de0004fe5e30b44320e10285147e7944 /init
parent0ccb1013f6746540ee25e7f070982d043e3ca949 (diff)
downloadbusybox-w32-181385da6b3577bb300bcda2653623ae46928ad4.tar.gz
busybox-w32-181385da6b3577bb300bcda2653623ae46928ad4.tar.bz2
busybox-w32-181385da6b3577bb300bcda2653623ae46928ad4.zip
A nice patch from Larry Doolittle that adds -Wshadow and
cleans up most of the now-revealed problems. git-svn-id: svn://busybox.net/trunk/busybox@2177 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r--init/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index b77589385..417aadd23 100644
--- a/init/init.c
+++ b/init/init.c
@@ -512,7 +512,6 @@ static pid_t run(char *command, char *terminal, int get_enter)
512 */ 512 */
513 513
514 if (*cmdpath == '-') { 514 if (*cmdpath == '-') {
515 char *s;
516 515
517 /* skip over the dash */ 516 /* skip over the dash */
518 ++cmdpath; 517 ++cmdpath;