diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-01-09 13:47:15 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-01-09 13:47:15 +0000 |
commit | 05c7b08c9257c2409507b7bd6cbae23a97361827 (patch) | |
tree | bf3d7a37da164bb19763f2c346041e70b9ce6f46 /usr.sbin/bind/lib/dns/journal.c | |
parent | 3deb7db4b9c5cd58e14a3bcb7c9216be79a6670f (diff) |
unifdef printf and string functions:
#undef ISC_PLATFORM_NEEDVSNPRINTF
#undef ISC_PLATFORM_NEEDSPRINTF
#undef ISC_PLATFORM_NEEDPRINTF
#undef ISC_PLATFORM_NEEDFPRINTF
#define ISC_PLATFORM_QUADFORMAT "ll"
#undef ISC_PLATFORM_NEEDSTRSEP
#undef ISC_PLATFORM_NEEDSTRLCPY
#undef ISC_PLATFORM_NEEDSTRLCAT
#undef ISC_PLATFORM_NEEDSTRTOUL
#undef ISC_PLATFORM_NEEDMEMMOVE
#undef ISC_PLATFORM_NEEDSTRCASESTR
Diffstat (limited to 'usr.sbin/bind/lib/dns/journal.c')
-rw-r--r-- | usr.sbin/bind/lib/dns/journal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/journal.c b/usr.sbin/bind/lib/dns/journal.c index 7b34e3c6009..e56278dcebb 100644 --- a/usr.sbin/bind/lib/dns/journal.c +++ b/usr.sbin/bind/lib/dns/journal.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journal.c,v 1.3 2019/12/17 01:46:32 sthen Exp $ */ +/* $Id: journal.c,v 1.4 2020/01/09 13:47:12 florian Exp $ */ #include <config.h> @@ -24,7 +24,7 @@ #include <isc/file.h> #include <isc/mem.h> -#include <isc/print.h> + #include <isc/stdio.h> #include <isc/string.h> #include <isc/util.h> |