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

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

[hackers] [quark] http status moved permanently is code 301 || Hiltjo Posthuma

2014-03-07 Thread git
commit 31e023dcb496f814136ae36eac51ecd36133e95a Author: Hiltjo Posthuma Date: Sat Feb 15 14:31:14 2014 +0100 http status moved permanently is code 301 Signed-off-by: Hiltjo Posthuma diff --git a/quark.c b/quark.c index 234f6e2..152476a 100644 --- a/quark.c +++ b/quark.c @@ -53,7

[hackers] [9base] Fix building on OpenBSD 5.5 || sin

2014-03-07 Thread git
commit 27d866c6ab4a2349a23cb21dada9a1136f76bfc0 Author: sin Date: Mon Mar 3 13:57:30 2014 + Fix building on OpenBSD 5.5 getdirentries() has been removed and instead we should use getdents(). diff --git a/lib9/dirread.c b/lib9/dirread.c index 99d5597..f114195 100644 --- a/l

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

2014-03-07 Thread git
commit a71862d4fff6274e7b59e5d6381a05d8a1db579b Author: sin 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 here that works