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 ff620eef4..90114a493 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -35,7 +35,7 @@
35#define KILL 0 35#define KILL 0
36#define KILLALL 1 36#define KILLALL 1
37 37
38extern int kill_main(int argc, char **argv) 38int kill_main(int argc, char **argv)
39{ 39{
40 int whichApp, signo = SIGTERM; 40 int whichApp, signo = SIGTERM;
41 const char *name; 41 const char *name;