2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

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

@@ -25,6 +25,8 @@
#include <config.h>
#include <inttypes.h>
#include <isc/base64.h>
#include <isc/dir.h>
#include <isc/file.h>
@@ -625,7 +627,7 @@ dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv,
char buffer[MAXFIELDSIZE * 2];
isc_fsaccess_t access;
isc_stdtime_t when;
isc_uint32_t value;
uint32_t value;
isc_buffer_t b;
isc_region_t r;
int major, minor;