diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/kill.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/procps/kill.c b/procps/kill.c index c95afb8b3..4477dedb7 100644 --- a/procps/kill.c +++ b/procps/kill.c | |||
@@ -207,6 +207,7 @@ int kill_main(int argc UNUSED_PARAM, char **argv) | |||
207 | do_it_now: | 207 | do_it_now: |
208 | pid = getpid(); | 208 | pid = getpid(); |
209 | 209 | ||
210 | #if ENABLE_KILLALL5 | ||
210 | if (is_killall5) { | 211 | if (is_killall5) { |
211 | pid_t sid; | 212 | pid_t sid; |
212 | procps_status_t* p = NULL; | 213 | procps_status_t* p = NULL; |
@@ -264,6 +265,7 @@ int kill_main(int argc UNUSED_PARAM, char **argv) | |||
264 | kill(-1, SIGCONT); | 265 | kill(-1, SIGCONT); |
265 | return errors; | 266 | return errors; |
266 | } | 267 | } |
268 | #endif | ||
267 | 269 | ||
268 | #if ENABLE_KILL || ENABLE_KILLALL | 270 | #if ENABLE_KILL || ENABLE_KILLALL |
269 | /* Pid or name is required for kill/killall */ | 271 | /* Pid or name is required for kill/killall */ |