Introduction
Introduction Statistics Contact Development Disclaimer Help
We don't use err.h so remove it - sinit - suckless init
git clone git://git.suckless.org/sinit
Log
Files
Refs
README
LICENSE
---
commit 561e9b0e65d605404da4506f18e630143ed5d6df
parent 5ab9c1c10322a4db21349555d901646259d26d6f
Author: sin <[email protected]>
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>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.