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 8b8a9922c..7147b5727 100644 --- a/procps/kill.c +++ b/procps/kill.c | |||
@@ -114,7 +114,7 @@ extern int kill_main(int argc, char **argv) | |||
114 | pid_t myPid=getpid(); | 114 | pid_t myPid=getpid(); |
115 | /* Looks like they want to do a killall. Do that */ | 115 | /* Looks like they want to do a killall. Do that */ |
116 | while (--argc >= 0) { | 116 | while (--argc >= 0) { |
117 | pid_t* pidList; | 117 | long* pidList; |
118 | 118 | ||
119 | pidList = find_pid_by_name( *argv); | 119 | pidList = find_pid_by_name( *argv); |
120 | if (!pidList || *pidList<=0) { | 120 | if (!pidList || *pidList<=0) { |