mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-25 13:50:12 +03:00
sd-device: use right type for usec_initialized
This commit is contained in:
@ -69,7 +69,7 @@ struct sd_device {
|
||||
|
||||
char *id_filename;
|
||||
|
||||
uint64_t usec_initialized;
|
||||
usec_t usec_initialized;
|
||||
|
||||
mode_t devmode;
|
||||
uid_t devuid;
|
||||
|
Reference in New Issue
Block a user