commit 561e9b0e65d605404da4506f18e630143ed5d6df parent 5ab9c1c10322a4db21349555d901646259d26d6f Author: sin <sin@2f30.org> Date: Thu, 6 Feb 2014 12:03:18 +0000 We don't use err.h so remove it Diffstat:
M | sinit.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sinit.c b/sinit.c @@ -1,6 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include <err.h> #include <errno.h> #include <fcntl.h> #include <signal.h>