mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 18:17:05 -04:00
fix: nil: Exclude lib/dns/include/dns/db.h from unsigned-int.spatch
Disable unsigned-int spatch in db.h to silence the following error from coccinelle v1.1:
```
EXN: Failure("./lib/dns/include/dns/db.h: 188: try to delete an expanded token: unsigned") in ./lib/dns/include/dns/db.h
```
Merge branch 'marka-cocci-fix' into 'main'
See merge request isc-projects/bind9!11062
This commit is contained in:
commit
0666ea491b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@depends on !(file in "util/models.c") && !(file in "lib/dns/sdlz.c")@
|
||||
@depends on !(file in "util/models.c") && !(file in "lib/dns/sdlz.c") && !(file in "lib/dns/include/dns/db.h")@
|
||||
iterator name DNS_DBITERATOR_FOREACH, DNS_RDATASET_FOREACH, DNS_RDATASETITER_FOREACH;
|
||||
@@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue