mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
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
6 lines
228 B
Text
6 lines
228 B
Text
@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;
|
|
@@
|
|
|
|
- unsigned
|
|
+ unsigned int
|