As Aaron Lehmann just pointed out, I forgot a line...
authorEric Andersen <andersen@codepoet.org>
Sun, 28 Oct 2001 22:49:48 +0000 (22:49 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 28 Oct 2001 22:49:48 +0000 (22:49 -0000)
init/init.c

index 1a5056c8cd0d98b2af3c2f7c2c7291277e13b1d1..bca4dd7b67ccbe581fcf4e42d0bcfbc19cd1169a 100644 (file)
@@ -635,6 +635,7 @@ static void run_actions(initActionEnum action)
 #ifndef DEBUG_INIT
 static void shutdown_system(void)
 {
+       sigset_t block_signals;
 
        /* first disable all our signals */
        sigemptyset(&block_signals);