mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-06-11 01:20:20 -04:00
- Fix compat/gmtime_r old style definition syntax.
This commit is contained in:
parent
cb05e9d525
commit
99c61c19ac
2 changed files with 2 additions and 4 deletions
|
|
@ -42,10 +42,7 @@ static const int year_lengths[2] = {
|
|||
};
|
||||
|
||||
static void
|
||||
timesub(timep, offset, tmp)
|
||||
const time_t * const timep;
|
||||
const long offset;
|
||||
struct tm * const tmp;
|
||||
timesub(const time_t * const timep, const long offset, struct tm * const tmp)
|
||||
{
|
||||
long days;
|
||||
long rem;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
- Fix github ci to speed up with parralel build, for windows ci.
|
||||
- Fix compat/chacha_private sigma and tau definitions to use
|
||||
nonstring attribute.
|
||||
- Fix compat/gmtime_r old style definition syntax.
|
||||
|
||||
16 April 2026: Yorgos
|
||||
- Merge #1406: Introduce new 'tls-protocols' configuration option.
|
||||
|
|
|
|||
Loading…
Reference in a new issue