mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-11 14:53:11 -05:00
Mostly generated automatically with the following semantic patch, except where coccinelle was confused by #ifdef in lib/isc/net.c @@ expression list args; @@ - UNEXPECTED_ERROR(__FILE__, __LINE__, args) + UNEXPECTED_ERROR(args) @@ expression list args; @@ - FATAL_ERROR(__FILE__, __LINE__, args) + FATAL_ERROR(args) |
||
|---|---|---|
| .. | ||
| copyrights | ||
| dev.md | ||
| HOW-ADB-WORKS.txt | ||
| libuv.md | ||
| loopmgr.md | ||
| rdata.md | ||
| results | ||
| style.md | ||
| unexpected | ||