]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-device/device-internal.h
tree-wide: use unsigned for refcount
[thirdparty/systemd.git] / src / libsystemd / sd-device / device-internal.h
index 996008bf6de8d5f3be28cafdbefd67e94a3636cb..39e984cf7cf10a6c713bdc61fbd8690fadcd2a0a 100644 (file)
@@ -7,7 +7,7 @@
 #include "set.h"
 
 struct sd_device {
-        uint64_t n_ref;
+        unsigned n_ref;
 
         sd_device *parent;
         bool parent_set; /* no need to try to reload parent */