CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/02/04 12:13:02
Modified files:
usr.sbin/bind/bin/dig: nslookup.c
usr.sbin/bind/lib/dns: masterdump.c
usr.sbin/bind/lib/isc: safe.c
usr.sbin/bind/lib/isc/include/isc: buffer.h hash.h log.h
region.h serial.h types.h
usr.sbin/bind/lib/isccfg: parser.c
Removed files:
usr.sbin/bind/lib/isc/include/isc: bind9.h
usr.sbin/bind/lib/isc/unix/include/isc: offset.h
Log message:
Remove unused typedefs that got left behind in previous
shreddings from types.h and get rid of offset.h while here by
just using off_t in the one place where it's needed.
However offset.h brought in limits.h and sys/types.h so sprinkle some
includes over the tree to have various _MAX and intX_t defined.