mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
headers: Drop uintX_t usage
We have a mess of uintX_t and uX usage. Drop off uintX_t ones. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Acked-by: Andrew Vagin <avagin@parallels.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
26fda7a319
commit
e9f9fdb9b3
@@ -84,10 +84,10 @@ struct proc_status_creds {
|
||||
unsigned int uids[4];
|
||||
unsigned int gids[4];
|
||||
|
||||
uint32_t cap_inh[PROC_CAP_SIZE];
|
||||
uint32_t cap_prm[PROC_CAP_SIZE];
|
||||
uint32_t cap_eff[PROC_CAP_SIZE];
|
||||
uint32_t cap_bnd[PROC_CAP_SIZE];
|
||||
u32 cap_inh[PROC_CAP_SIZE];
|
||||
u32 cap_prm[PROC_CAP_SIZE];
|
||||
u32 cap_eff[PROC_CAP_SIZE];
|
||||
u32 cap_bnd[PROC_CAP_SIZE];
|
||||
};
|
||||
|
||||
struct mount_info;
|
||||
|
Reference in New Issue
Block a user