From 1ca20a77476fb69e2472080ef6ba23c8c0ad12ad Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 21 Mar 2001 07:34:27 +0000 Subject: A nice patch from Larry Doolittle that adds -Wshadow and cleans up most of the now-revealed problems. --- init/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'init') 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) */ if (*cmdpath == '-') { - char *s; /* skip over the dash */ ++cmdpath; -- cgit v1.2.3