fatbase

portable OpenBSD tools
git clone git://git.2f30.org/fatbase
Log | Files | Refs

commit 678853769b2c8f59c9678dfcedf4cc942981da39
parent 16b27c629f3ca5ae75f84a93f2edd197d916b9d2
Author: sin <sin@2f30.org>
Date:   Tue, 18 Nov 2014 17:34:22 +0000

Do not include err.h but rather use util.h

Diffstat:
Mdiff/diff.c | 1-
Mdiff/diffdir.c | 1-
Mdiff/diffreg.c | 1-
Mdiff/xmalloc.c | 1-
4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/diff/diff.c b/diff/diff.c @@ -24,7 +24,6 @@ #include <sys/stat.h> #include <ctype.h> -#include <err.h> #include <errno.h> #include <getopt.h> #include <signal.h> diff --git a/diff/diffdir.c b/diff/diffdir.c @@ -24,7 +24,6 @@ #include <sys/stat.h> #include <dirent.h> -#include <err.h> #include <errno.h> #include <fcntl.h> #include <fnmatch.h> diff --git a/diff/diffreg.c b/diff/diffreg.c @@ -69,7 +69,6 @@ #include <sys/wait.h> #include <ctype.h> -#include <err.h> #include <errno.h> #include <fcntl.h> #include <stddef.h> diff --git a/diff/xmalloc.c b/diff/xmalloc.c @@ -13,7 +13,6 @@ * called by a name other than "ssh" or "Secure Shell". */ -#include <err.h> #include <limits.h> #include <stdarg.h> #include <stdio.h>