CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/14 02:40:44
Modified files:
usr.bin/dig : dig.c dig.h dighost.c host.c nslookup.c
usr.bin/dig/lib/dns: compress.c dns_result.c dst_api.c
dst_result.c gen.c masterdump.c message.c
name.c rdata.c rdataset.c tsig.c ttl.c
usr.bin/dig/lib/dns/include/dns: compress.h name.h rdata.h
rdataset.h tsig.h ttl.h
usr.bin/dig/lib/dns/include/dst: dst.h
usr.bin/dig/lib/dns/rdata/any_255: tsig_250.c
usr.bin/dig/lib/dns/rdata/ch_3: a_1.c
usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c caa_257.c
cname_5.c csync_62.c
dname_39.c doa_259.c
gpos_27.c hinfo_13.c hip_55.c
ipseckey_45.c isdn_20.c
loc_29.c lp_107.c mb_7.c
md_3.c mf_4.c mg_8.c
minfo_14.c mr_9.c mx_15.c
naptr_35.c ns_2.c nsec3_50.c
nsec_47.c nxt_30.c ptr_12.c
rp_17.c rrsig_46.c rt_21.c
sig_24.c soa_6.c talink_58.c
tkey_249.c txt_16.c x25_19.c
usr.bin/dig/lib/dns/rdata/in_1: a6_38.c apl_42.c kx_36.c
nsap-ptr_23.c px_26.c srv_33.c
usr.bin/dig/lib/isc: base32.c base64.c hash.c heap.c hmacsha.c
lex.c log.c netaddr.c regex.c result.c
serial.c sockaddr.c symtab.c task.c
task_p.h timer.c
usr.bin/dig/lib/isc/include/isc: hash.h heap.h hmacsha.h list.h
log.h netaddr.h serial.h
sockaddr.h symtab.h timer.h
types.h
usr.bin/dig/lib/isc/unix: app.c errno2result.c errno2result.h
socket.c
usr.bin/dig/lib/isccfg: parser.c
usr.bin/dig/lib/isccfg/include/isccfg: cfg.h grammar.h
Removed files:
usr.bin/dig/lib/isc/include/isc: boolean.h
Log message:
Mechanically replace isc_boolean_t with int.
OK deraadt