projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4acf8f8
)
As Aaron Lehmann just pointed out, I forgot a line...
author
Eric Andersen
<andersen@codepoet.org>
Sun, 28 Oct 2001 22:49:48 +0000
(22:49 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sun, 28 Oct 2001 22:49:48 +0000
(22:49 -0000)
init/init.c
patch
|
blob
|
history
diff --git
a/init/init.c
b/init/init.c
index 1a5056c8cd0d98b2af3c2f7c2c7291277e13b1d1..bca4dd7b67ccbe581fcf4e42d0bcfbc19cd1169a 100644
(file)
--- 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);