sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit df1b25a18759d500d68f68153160ae8d39245825
parent 696cbdbb688b16a2522f5ee98c56bf7c55071fab
Author: sin <sin@2f30.org>
Date:   Wed, 25 Jun 2014 21:27:13 +0100

No need to include unistd.h in echo(1)

Diffstat:
Mecho.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/echo.c b/echo.c @@ -2,7 +2,6 @@ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> -#include <unistd.h> #include "util.h" static void