bind9/bin/delv
Mark Andrews 31bdd01227 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.

(cherry picked from commit af379e10cc)
2026-01-20 06:00:50 +00: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 06:00:50 +00:00
delv.rst Change default max-recursion-queries to 50 2024-12-06 06:20:33 +00:00
Makefile.am Add OpenSSL includes as needed 2024-11-15 14:03:44 +00:00