aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/kill.c')
-rw-r--r--procps/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 6d7f083b8..2d4e6deb4 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -87,7 +87,7 @@ extern int kill_main(int argc, char **argv)
87 return EXIT_SUCCESS; 87 return EXIT_SUCCESS;
88 } 88 }
89 89
90#ifdef CONFIG_KILLALL 90#ifdef CONFIG_KILLALL
91 /* The -q quiet option */ 91 /* The -q quiet option */
92 if(argv[1][1]=='q' && argv[1][2]=='\0'){ 92 if(argv[1][1]=='q' && argv[1][2]=='\0'){
93 quiet++; 93 quiet++;