aboutsummaryrefslogtreecommitdiff
path: root/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'kill.c')
-rw-r--r--kill.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kill.c b/kill.c
index 765a3f683..db4842457 100644
--- a/kill.c
+++ b/kill.c
@@ -230,8 +230,6 @@ extern int kill_main(int argc, char **argv)
230 for(; pidList && pidList!=0; pidList++) { 230 for(; pidList && pidList!=0; pidList++) {
231 if (kill(*pidList, sig) != 0) 231 if (kill(*pidList, sig) != 0)
232 fatalError( "Could not kill pid '%d': %s\n", *pidList, strerror(errno)); 232 fatalError( "Could not kill pid '%d': %s\n", *pidList, strerror(errno));
233 else
234 printf("killed %d\n", *pidList);
235 } 233 }
236 /* Note that we don't bother to free the memory 234 /* Note that we don't bother to free the memory
237 * allocated in findPidByName(). It will be freed 235 * allocated in findPidByName(). It will be freed