bind9/cocci/unsigned-int.spatch
Mark Andrews feb2222ff6 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

(cherry picked from commit d89a535040)
2025-10-08 17:28:03 +11:00

5 lines
142 B
Text

@depends on !(file in "util/models.c") && !(file in "lib/dns/sdlz.c") && !(file in "lib/dns/include/dns/db.h")@
@@
- unsigned
+ unsigned int