]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Fix alpine build by removing the need for LargestIntegralType in time_test
authorAlessio Podda <alessio@isc.org>
Fri, 22 Nov 2024 09:25:08 +0000 (09:25 +0000)
committerAlessio Podda <alessio@isc.org>
Fri, 22 Nov 2024 09:25:08 +0000 (09:25 +0000)
commit9f628a34cd5b4bc547c5f9b45dd75b503d5be143
treebc0bf3bd1c8690c36a63794c927aeaa5b541a76a
parent2c1fb7e5ebd1f89cfc178a0a50eaa8fcdcfd0e02
parentb4290a5e11e898e5b737f2a8a03e03db7d83d40c
fix: nil: Fix alpine build by removing the need for LargestIntegralType in time_test

Fix alpine build by removing the need for `LargestIntegralType` use in `tests/isc/time_test.c`.

Merge branch 'alessio/fix-time-test' into 'main'

See merge request isc-projects/bind9!9758