]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add a semantic patch for the API change
authorEvan Hunt <each@isc.org>
Thu, 29 Aug 2019 04:10:10 +0000 (21:10 -0700)
committerEvan Hunt <each@isc.org>
Thu, 29 Aug 2019 17:07:41 +0000 (10:07 -0700)
cocci/dns_rbtnodechain_init.spatch [new file with mode: 0644]

diff --git a/cocci/dns_rbtnodechain_init.spatch b/cocci/dns_rbtnodechain_init.spatch
new file mode 100644 (file)
index 0000000..1c02a83
--- /dev/null
@@ -0,0 +1,7 @@
+@@
+expression C;
+expression M;
+@@
+
+- dns_rbtnodechain_init(C, M);
++ dns_rbtnodechain_init(C);