mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
Replace custom isc_u?intNN_t types with C99 u?intNN_t types
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
#include <atf-c.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
@@ -33,7 +34,7 @@ ATF_TC_HEAD(parse_overflow, tc) {
|
||||
}
|
||||
ATF_TC_BODY(parse_overflow, tc) {
|
||||
isc_result_t result;
|
||||
isc_uint32_t output;
|
||||
uint32_t output;
|
||||
UNUSED(tc);
|
||||
|
||||
result = isc_test_begin(NULL, ISC_TRUE, 0);
|
||||
|
Reference in New Issue
Block a user