CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/09 06:47:15
Modified files:
usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c
usr.sbin/bind/bin/dig/include/dig: dig.h
usr.sbin/bind/lib/dns: adb.c byaddr.c cache.c callbacks.c diff.c
dispatch.c dst_api.c dst_parse.c
gssapi_link.c gssapictx.c journal.c
keytable.c master.c masterdump.c
message.c name.c private.c rbt.c rbtdb.c
rcode.c rdata.c resolver.c rpz.c rrl.c
sdb.c sdlz.c ssu_external.c tcpmsg.c
time.c tkey.c tsig.c ttl.c update.c
validator.c view.c xfrin.c zone.c
usr.sbin/bind/lib/isc: Makefile.in assertions.c commandline.c
entropy.c error.c fsaccess.c httpd.c
lex.c lib.c log.c mem.c netaddr.c
parseint.c pk11.c regex.c rwlock.c
sockaddr.c stats.c string.c task.c
timer.c
usr.sbin/bind/lib/isc/include/isc: platform.h.in string.h
usr.sbin/bind/lib/isc/unix: dir.c entropy.c ifiter_ioctl.c
ifiter_sysctl.c interfaceiter.c
pk11_api.c socket.c strerror.c
time.c
usr.sbin/bind/lib/isccfg: aclconf.c parser.c
Removed files:
usr.sbin/bind/lib/isc: print.c strtoul.c
usr.sbin/bind/lib/isc/include/isc: print.h stdlib.h
Log message:
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