CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/02/26 11:47:26

Modified files:
        usr.bin/dig/lib/dns: rdata.c 
        usr.bin/dig/lib/dns/rdata/any_255: tsig_250.c 
        usr.bin/dig/lib/dns/rdata/generic: avc_258.c caa_257.c 
                                           cdnskey_60.c cds_59.c 
                                           cert_37.c csync_62.c 
                                           dlv_32769.c dnskey_48.c 
                                           doa_259.c ds_43.c eui48_108.c 
                                           eui64_109.c gpos_27.c 
                                           hinfo_13.c hip_55.c 
                                           ipseckey_45.c isdn_20.c 
                                           key_25.c keydata_65533.c 
                                           l32_105.c l64_106.c loc_29.c 
                                           lp_107.c mx_15.c naptr_35.c 
                                           nid_104.c ninfo_56.c 
                                           nsec3_50.c nsec3param_51.c 
                                           nsec_47.c null_10.c nxt_30.c 
                                           openpgpkey_61.c opt_41.c 
                                           rkey_57.c rrsig_46.c sig_24.c 
                                           sink_40.c smimea_53.c 
                                           spf_99.c sshfp_44.c 
                                           ta_32768.c tkey_249.c 
                                           tlsa_52.c txt_16.c 
                                           unspec_103.c uri_256.c 
                                           x25_19.c 
        usr.bin/dig/lib/dns/rdata/in_1: a6_38.c apl_42.c dhcid_49.c 
                                        kx_36.c nsap_22.c px_26.c 
                                        srv_33.c wks_11.c 
        usr.bin/dig/lib/isc: base32.c base64.c buffer.c hex.c 
        usr.bin/dig/lib/isc/include/isc: buffer.h 

Log message:
In preparation of compiling lib/dns/rdata/ files individually we need
global visibility of mem_tobuffer.
Rename it to isc_mem_tobuffer, put it into buffer.c and delete
duplicate implementations.

Reply via email to