mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 00:10:43 -05:00
add a semantic patch for the API change
This commit is contained in:
parent
c48979e6c5
commit
a8595262f7
1 changed files with 7 additions and 0 deletions
7
cocci/dns_rbtnodechain_init.spatch
Normal file
7
cocci/dns_rbtnodechain_init.spatch
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@@
|
||||
expression C;
|
||||
expression M;
|
||||
@@
|
||||
|
||||
- dns_rbtnodechain_init(C, M);
|
||||
+ dns_rbtnodechain_init(C);
|
||||
Loading…
Reference in a new issue