From bb50fdfe07072f9e1f25eb6014176ace3f738d08 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 25 Dec 2007 04:30:14 +0000 Subject: convert #if to if -- let gcc optimize away dead code for us --- init/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init/Config.in') diff --git a/init/Config.in b/init/Config.in index 1084de9..efc8bea 100644 --- a/init/Config.in +++ b/init/Config.in @@ -37,10 +37,9 @@ config FEATURE_KILL_REMOVED been removed. config FEATURE_KILL_DELAY - int "How long to wait between TERM and KILL (0 - send TERM only)" + int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED range 0 1024 default 0 - depends on FEATURE_KILL_REMOVED help With nonzero setting, init sends TERM, forks, child waits N seconds, sends KILL and exits. Setting it too high is unwise -- cgit v1.1