diff options
| author | 2020-01-22 13:02:09 +0000 | |
|---|---|---|
| committer | 2020-01-22 13:02:09 +0000 | |
| commit | 985b3553f5781728a521e5360c18f492d56a3f9a (patch) | |
| tree | 6df954d18dc598cb88e043d2dfdbfa61d51a4c15 /usr.sbin/bind/lib/isc/unix/time.c | |
| parent | unifdef the last config.h bits (diff) | |
| download | wireguard-openbsd-985b3553f5781728a521e5360c18f492d56a3f9a.tar.xz wireguard-openbsd-985b3553f5781728a521e5360c18f492d56a3f9a.zip | |
config.h and platform.h are unused now
Diffstat (limited to 'usr.sbin/bind/lib/isc/unix/time.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/time.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/time.c b/usr.sbin/bind/lib/isc/unix/time.c index a25537356f4..3a8f74f0d42 100644 --- a/usr.sbin/bind/lib/isc/unix/time.c +++ b/usr.sbin/bind/lib/isc/unix/time.c @@ -14,11 +14,11 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.11 2020/01/20 18:49:46 florian Exp $ */ +/* $Id: time.c,v 1.12 2020/01/22 13:02:10 florian Exp $ */ /*! \file */ -#include <config.h> + #include <errno.h> #include <limits.h> @@ -29,7 +29,7 @@ #include <sys/time.h> /* Required for struct timeval on some platforms. */ #include <isc/log.h> -#include <isc/platform.h> + #include <isc/strerror.h> #include <string.h> |
