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:
@@ -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
|
||||
|
Reference in New Issue
Block a user