mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Replace custom isc_u?intNN_t types with C99 u?intNN_t types
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <isc/base32.h>
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/hex.h>
|
||||
@@ -520,7 +522,7 @@ dns_nsec3_addnsec3(dns_db_t *db, dns_dbversion_t *version,
|
||||
int pass;
|
||||
isc_boolean_t exists = ISC_FALSE;
|
||||
isc_boolean_t maybe_remove_unsecure = ISC_FALSE;
|
||||
isc_uint8_t flags;
|
||||
uint8_t flags;
|
||||
isc_buffer_t buffer;
|
||||
isc_result_t result;
|
||||
unsigned char *old_next;
|
||||
|
Reference in New Issue
Block a user