use int32_t for krb5_kvno

This commit is contained in:
Love Hornquist Astrand
2010-11-28 11:18:55 -08:00
parent d91e772a0e
commit 2ec1c3fbec

View File

@@ -80,7 +80,7 @@ typedef int krb5_boolean;
typedef int32_t krb5_error_code;
typedef int krb5_kvno;
typedef int32_t krb5_kvno;
typedef uint32_t krb5_flags;