[hackers] [9base] Simplify preprocessor conditions to enable building on musl-libc || sin

2014-03-07 Thread git
commit a71862d4fff6274e7b59e5d6381a05d8a1db579b Author: sin s...@2f30.org Date: Mon Mar 3 10:59:34 2014 + Simplify preprocessor conditions to enable building on musl-libc musl-libc does not export __MUSL__ so we cannot use that. I've chosen to go with the common solution

[hackers] [sbase] kill: argc 2 should be argc 1 || Hiltjo Posthuma

2014-03-07 Thread git
commit f34e1ae1d0b2bb95290425a3e0292937b47e4de5 Author: Hiltjo Posthuma hil...@codemadness.org Date: Fri Mar 7 19:35:43 2014 +0100 kill: argc 2 should be argc 1 Signed-off-by: Hiltjo Posthuma hil...@codemadness.org diff --git a/kill.c b/kill.c index 3a65de9..70e95f9 100644 ---