From 855da32c6e5a8968082ab84ee46c8b38fbde74ba Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 20 Jan 2020 18:49:45 +0000 Subject: As millert@ points out we can replace isc_string_touint64 with strtoull(3) and then get rid of lib/isc/string.c OK millert --- usr.sbin/bind/lib/isc/unix/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bind/lib/isc/unix/file.c') diff --git a/usr.sbin/bind/lib/isc/unix/file.c b/usr.sbin/bind/lib/isc/unix/file.c index 12c90b22fa0..5f18b75327f 100644 --- a/usr.sbin/bind/lib/isc/unix/file.c +++ b/usr.sbin/bind/lib/isc/unix/file.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. */ -/* $Id: file.c,v 1.10 2020/01/09 18:17:19 florian Exp $ */ +/* $Id: file.c,v 1.11 2020/01/20 18:49:46 florian Exp $ */ /*! \file */ @@ -69,7 +69,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3-59-g8ed1b