2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
Files
bind/lib/isc
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 23:06:31 +03:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:25 +02:00
2022-08-25 12:24:29 +02:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-10-17 11:58:26 +01:00
2022-07-05 12:22:55 -07:00
2022-09-30 10:36:30 +02:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00