diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-02-04 19:18:58 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-02-04 19:18:58 +0000 |
commit | f543975998d460c9a98654ed89c6e13c13cb6c44 (patch) | |
tree | 59ec3a03891feae84b02d48bc86c59ec4874104f /usr.sbin/bind/lib/isc/log.c | |
parent | 7e6879d1bfe9598b4625f430a75efaa7204a2021 (diff) |
isc/stat.h is unused
Diffstat (limited to 'usr.sbin/bind/lib/isc/log.c')
-rw-r--r-- | usr.sbin/bind/lib/isc/log.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/log.c b/usr.sbin/bind/lib/isc/log.c index 2f23a9ff058..19b3715f57b 100644 --- a/usr.sbin/bind/lib/isc/log.c +++ b/usr.sbin/bind/lib/isc/log.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.23 2020/02/04 18:45:08 florian Exp $ */ +/* $Id: log.c,v 1.24 2020/02/04 19:18:57 florian Exp $ */ /*! \file * \author Principal Authors: DCL */ @@ -31,7 +31,6 @@ #include <isc/log.h> #include <isc/magic.h> #include <isc/msgs.h> -#include <isc/stat.h> #include <isc/stdio.h> #include <string.h> #include <isc/time.h> |