diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/kill.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c index a77d66e7a..b839b3819 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -24,7 +24,6 @@ * This is needed to avoid collision with kill -9 ... syntax */ -int kill_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int kill_main(int argc, char **argv) { char *arg; |