Replace custom isc_u?intNN_t types with C99 u?intNN_t types

This commit is contained in:
Ondřej Surý
2018-03-28 14:19:37 +02:00
parent 055278c936
commit cb6a185c69
390 changed files with 2812 additions and 2528 deletions

View File

@@ -13,6 +13,8 @@
#include <config.h>
#include <inttypes.h>
#include <atf-c.h>
#include <dns/badcache.h>
@@ -38,7 +40,7 @@ typedef struct {
isc_boolean_t cache_entry_present; /* whether a SERVFAIL cache entry
matching the query should be
present */
isc_uint32_t cache_entry_flags; /* NS_FAILCACHE_* flags to set for
uint32_t cache_entry_flags; /* NS_FAILCACHE_* flags to set for
the SERVFAIL cache entry */
isc_boolean_t servfail_expected; /* whether a cached SERVFAIL is
expected to be returned */