diff options
Diffstat (limited to 'procps/kill.c')
-rw-r--r-- | procps/kill.c | 2 |
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) return EXIT_SUCCESS; } -#ifdef CONFIG_KILLALL +#ifdef CONFIG_KILLALL /* The -q quiet option */ if(argv[1][1]=='q' && argv[1][2]=='\0'){ quiet++; |