Use standard unsigned integer types
This commit is contained in:
@@ -118,11 +118,11 @@ METHOD(pa_tnc_attr_t, build, void,
|
||||
}
|
||||
|
||||
METHOD(pa_tnc_attr_t, process, status_t,
|
||||
private_generic_attr_bool_t *this, u_int32_t *offset)
|
||||
private_generic_attr_bool_t *this, uint32_t *offset)
|
||||
{
|
||||
enum_name_t *pa_attr_names;
|
||||
bio_reader_t *reader;
|
||||
u_int32_t status;
|
||||
uint32_t status;
|
||||
|
||||
*offset = 0;
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ METHOD(pa_tnc_attr_t, build, void,
|
||||
}
|
||||
|
||||
METHOD(pa_tnc_attr_t, process, status_t,
|
||||
private_generic_attr_chunk_t *this, u_int32_t *offset)
|
||||
private_generic_attr_chunk_t *this, uint32_t *offset)
|
||||
{
|
||||
enum_name_t *pa_attr_names;
|
||||
*offset = 0;
|
||||
|
||||
@@ -88,7 +88,7 @@ METHOD(pa_tnc_attr_t, build, void,
|
||||
}
|
||||
|
||||
METHOD(pa_tnc_attr_t, process, status_t,
|
||||
private_generic_attr_string_t *this, u_int32_t *offset)
|
||||
private_generic_attr_string_t *this, uint32_t *offset)
|
||||
{
|
||||
enum_name_t *pa_attr_names;
|
||||
u_char *pos;
|
||||
|
||||
Reference in New Issue
Block a user