bind9/lib
Evan Hunt 6b33b7fc77 switch to RETERR where it wasn't being used
replace all instances of the pattern:

        result = <statement>
        if (result != ISC_R_SUCCESS) {
                return result;
        }

with:

        RETERR(<statement>);
2025-12-03 13:45:43 -08:00
..
dns switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
isc switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
isccc switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
isccfg switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
ns switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00