[hackers] [sbase] Don't stop at the first process we can't signal in kill(1) || sin

From: <git_AT_suckless.org>
Date: Tue, 11 Nov 2014 01:00:07 +0100

commit 87c3729bd18449a0fedd6dd3d593b09c0332c81b
Author: sin <sin_AT_2f30.org>
Date: Mon Nov 10 23:59:13 2014 +0000

    Don't stop at the first process we can't signal in kill(1)

diff --git a/kill.c b/kill.c
index 59ef221..caf35b9 100644
--- a/kill.c
+++ b/kill.c
_AT_@ -71,7 +71,7 @@ main(int argc, char *argv[])
         } else for(; argc > 0; argc--, argv++) {
                 pid = estrtol(argv[0], 0);
                 if(kill(pid, sig) == -1)
- eprintf("kill %d:", pid);
+ weprintf("kill %d:", pid);
         }
 
         return 0;
Received on Tue Nov 11 2014 - 01:00:07 CET

This archive was generated by hypermail 2.3.0 : Tue Nov 11 2014 - 01:12:09 CET