mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 09:40:45 -04:00
coccinelle v1.1 reports the following failure:
EXN: Failure("./lib/dns/sdlz.c: 172: try to delete an expanded token: unsigned") in ./lib/dns/sdlz.c
coccinelle v1.2 reports the following failure:
EXN: Failure("./util/models.c: 21: try to delete an expanded token: unsigned") in ./util/models.c
5 lines
101 B
Text
5 lines
101 B
Text
@depends on !(file in "util/models.c") && !(file in "lib/dns/sdlz.c")@
|
|
@@
|
|
|
|
- unsigned
|
|
+ unsigned int
|