mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -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
(cherry picked from commit d89a535040)
5 lines
142 B
Text
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
|