Use ISO C99 integer types in sys/kern where possible.
There are only about 100 occurences of the BSD-specific u_int*_t datatypes in sys/kern. The ISO C99 integer types are used here more often.
This commit is contained in:
@@ -130,7 +130,7 @@ struct mqfs_node {
|
||||
int mn_refcount;
|
||||
mqfs_type_t mn_type;
|
||||
int mn_deleted;
|
||||
u_int32_t mn_fileno;
|
||||
uint32_t mn_fileno;
|
||||
void *mn_data;
|
||||
struct timespec mn_birth;
|
||||
struct timespec mn_ctime;
|
||||
|
||||
Reference in New Issue
Block a user