Files
bind9/lib/dns
Tony Finch ec50c58f52 De-duplicate __FILE__, __LINE__
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)
2022-10-17 11:58:26 +01:00
..
2022-10-17 11:58:26 +01:00
2022-10-14 16:39:21 +02:00
2022-10-17 11:58:26 +01:00
2022-06-09 10:47:04 +00:00
2022-10-17 11:58:26 +01:00
2022-06-28 11:56:31 +02:00
2022-10-17 11:58:26 +01:00
2022-10-17 11:58:26 +01:00
2022-10-17 11:58:26 +01:00
2022-07-18 13:38:47 +02:00
2022-09-08 11:27:31 +02:00
2022-09-13 12:07:13 +10:00
2022-07-15 10:33:46 +00:00
2022-10-17 11:58:26 +01:00
2022-10-17 11:58:26 +01:00
2022-10-17 11:58:26 +01:00
2022-09-23 13:23:49 +00:00
2022-10-17 11:58:26 +01:00
2022-10-17 11:58:26 +01:00