From: Evan Hunt Date: Thu, 29 Aug 2019 04:10:10 +0000 (-0700) Subject: add a semantic patch for the API change X-Git-Tag: v9.15.4~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8595262f761392bef1a3bae50e84e2a2c6d4fdb;p=thirdparty%2Fbind9.git add a semantic patch for the API change --- diff --git a/cocci/dns_rbtnodechain_init.spatch b/cocci/dns_rbtnodechain_init.spatch new file mode 100644 index 00000000000..1c02a8335d7 --- /dev/null +++ b/cocci/dns_rbtnodechain_init.spatch @@ -0,0 +1,7 @@ +@@ +expression C; +expression M; +@@ + +- dns_rbtnodechain_init(C, M); ++ dns_rbtnodechain_init(C);