]> git.ipfire.org Git - thirdparty/bind9.git/commit
Apply the semantic patch to remove isc_stdtime_get()
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Mar 2023 19:13:41 +0000 (21:13 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 31 Mar 2023 11:32:56 +0000 (13:32 +0200)
commit46f06c1d6e4b613f5be166b18b4653776e50024f
tree0baaeb0f0bcfe57600a7131c69bd896d0a072db5
parent0ec8d7b6f396226f4391372290b6e318af267b4b
Apply the semantic patch to remove isc_stdtime_get()

This is a simple replacement using the semantic patch from the previous
commit and as added bonus, one removal of previously undetected unused
variable in named/server.c.
39 files changed:
bin/dnssec/dnssec-cds.c
bin/dnssec/dnssec-importkey.c
bin/dnssec/dnssec-keyfromlabel.c
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-revoke.c
bin/dnssec/dnssec-settime.c
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-verify.c
bin/dnssec/dnssectool.c
bin/named/controlconf.c
bin/named/server.c
bin/named/statschannel.c
bin/named/tsigconf.c
bin/rndc/rndc.c
lib/dns/adb.c
lib/dns/dnssec.c
lib/dns/master.c
lib/dns/masterdump.c
lib/dns/nta.c
lib/dns/rbtdb.c
lib/dns/rdata/generic/keydata_65533.c
lib/dns/resolver.c
lib/dns/rootns.c
lib/dns/rrl.c
lib/dns/time.c
lib/dns/tkey.c
lib/dns/tsig.c
lib/dns/update.c
lib/dns/validator.c
lib/dns/view.c
lib/dns/zone.c
lib/isc/netmgr/tcp.c
lib/ns/client.c
lib/ns/query.c
tests/dns/dnstap_test.c
tests/dns/keytable_test.c
tests/dns/sigs_test.c
tests/dns/tsig_test.c
tests/dns/update_test.c