Rename u_intXX_t to uintXX_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17445 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -355,7 +355,7 @@ hdb_write_master_key(krb5_context context, const char *filename,
|
||||
}
|
||||
|
||||
hdb_master_key
|
||||
_hdb_find_master_key(u_int32_t *mkvno, hdb_master_key mkey)
|
||||
_hdb_find_master_key(uint32_t *mkvno, hdb_master_key mkey)
|
||||
{
|
||||
hdb_master_key ret = NULL;
|
||||
while(mkey) {
|
||||
|
Reference in New Issue
Block a user