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 /init | |
| parent | 4acf8f848161cb321130cbc014113a91b061a1db (diff) | |
| download | busybox-w32-813d88cf783c5d1b25512e89a735f8ee321e8772.tar.gz busybox-w32-813d88cf783c5d1b25512e89a735f8ee321e8772.tar.bz2 busybox-w32-813d88cf783c5d1b25512e89a735f8ee321e8772.zip | |
As Aaron Lehmann just pointed out, I forgot a line...
Diffstat (limited to 'init')
| -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) | |||
| 635 | #ifndef DEBUG_INIT | 635 | #ifndef DEBUG_INIT |
| 636 | static void shutdown_system(void) | 636 | static void shutdown_system(void) |
| 637 | { | 637 | { |
| 638 | sigset_t block_signals; | ||
| 638 | 639 | ||
| 639 | /* first disable all our signals */ | 640 | /* first disable all our signals */ |
| 640 | sigemptyset(&block_signals); | 641 | sigemptyset(&block_signals); |
