mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
add a semantic patch for the API change
This commit is contained in:
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);
|
Reference in New Issue
Block a user