diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-28 22:49:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-28 22:49:48 +0000 |
commit | 813d88cf783c5d1b25512e89a735f8ee321e8772 (patch) | |
tree | 4f32667ae5f82ab4cf01c005dcfb3cb09f504e47 | |
parent | 4acf8f848161cb321130cbc014113a91b061a1db (diff) |
As Aaron Lehmann just pointed out, I forgot a line...
-rw-r--r-- | init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index 1a5056c8c..bca4dd7b6 100644 --- a/init/init.c +++ b/init/init.c @@ -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); |