bind9/bin/delv
Mark Andrews af379e10cc Use const pointer with strchr of const pointer
C23 now has qualifier preserving standard functions for strchr,
bsearch, strpbrk, strrchr, strstr, memchr.  There where a few places
where the return value was not assigned to a const qualified pointer.
These have been fixed.
2026-01-20 16:23:58 +11:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
delv.c Use const pointer with strchr of const pointer 2026-01-20 16:23:58 +11:00
delv.rst Change default max-recursion-queries to 50 2024-12-05 14:17:08 +01:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00