bind9/lib
Michal Nowak d09447287f
Fix "array subscript is of type 'char'" on NetBSD 9
In file included from rdata.c:602:
    In file included from ./code.h:88:
    ./rdata/in_1/svcb_64.c:259:9: warning: array subscript is of type 'char' [-Wchar-subscripts]
                            if (!isdigit(*region->base)) {
                                 ^~~~~~~~~~~~~~~~~~~~~~
    /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit'
    #define isdigit(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
                                                    ^~~~
2021-11-25 18:15:18 +01:00
..
bind9 Be less strict regarding "tls" statements in the configuration file 2021-10-30 11:54:33 +03:00
dns Fix "array subscript is of type 'char'" on NetBSD 9 2021-11-25 18:15:18 +01:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc use .s_addr to handle potential union in struct in_addr 2021-11-25 12:33:04 +00:00
isccc Use #pragma once as header guards 2021-10-13 00:49:15 -07:00
isccfg Replace ARRAYSIZE with ARRAY_SIZE 2021-11-02 16:14:40 +11:00
ns Add EDE to query messages 2021-11-19 09:44:28 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00