bind9/bin/tools
Ondřej Surý 7a8193efba Use int type to store result from isc_commandline_parse()
The C standard actually doesn't define char as signed or unsigned, and
it could be either according to underlying architecture.  It turns out
that while it's usually signed type, it isn't on arm64 where it's
unsigned.

isc_commandline_parse() return int, just use that instead of the char.

(cherry picked from commit 8153729d3a)
2021-03-04 11:21:26 +01:00
..
win32 Add libssl libraries to Windows build 2020-12-09 10:46:16 +01:00
.gitignore Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
arpaname.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
arpaname.rst update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dnstap-read.c Refactored dns_message_t for using attach/detach semantics 2020-09-30 11:34:42 +10:00
dnstap-read.rst Text edits to manual paages 2021-01-12 15:37:47 +01:00
Makefile.in Re-order include directories 2021-02-16 12:08:21 +11:00
mdig.c Try to improve rrl timing 2020-10-15 11:41:20 +11:00
mdig.rst Text and formatting edits to various manual pages. 2021-01-12 15:35:14 +01:00
named-journalprint.c Use int type to store result from isc_commandline_parse() 2021-03-04 11:21:26 +01:00
named-journalprint.rst extend named-journalprint to be able to force the journal version 2021-03-03 19:19:50 -08:00
named-nzd2nzf.c Stop including <lmdb.h> from <dns/lmdb.h> 2021-02-16 12:08:21 +11:00
named-nzd2nzf.rst Text and formatting edits to various manual pages. 2021-01-12 15:35:14 +01:00
named-rrchecker.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
named-rrchecker.rst Text and formatting edits to various manual pages. 2021-01-12 15:35:14 +01:00
nsec3hash.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
nsec3hash.rst Text and formatting edits to various manual pages. 2021-01-12 15:35:14 +01:00