2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +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

@@ -15,6 +15,8 @@
/*! \file dst/gssapi.h */
#include <inttypes.h>
#include <isc/formatcheck.h>
#include <isc/lang.h>
#include <isc/platform.h>
@@ -169,7 +171,7 @@ ISC_FORMAT_PRINTF(2, 3);
*/
char *
gss_error_tostring(isc_uint32_t major, isc_uint32_t minor,
gss_error_tostring(uint32_t major, uint32_t minor,
char *buf, size_t buflen);
/*
* Render a GSS major status/minor status pair into a string