]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-utmp.c
tree-wide: replace 'unsigned int' with 'unsigned'
[thirdparty/systemd.git] / src / login / logind-utmp.c
index 8bdd4ab6bf10330edae6e791457e47443e01328e..3a5a33349662656de054afd04eea65e7a8a57232 100644 (file)
@@ -24,7 +24,7 @@
 _const_ static usec_t when_wall(usec_t n, usec_t elapse) {
 
         usec_t left;
-        unsigned int i;
+        unsigned i;
         static const int wall_timers[] = {
                 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
                 25, 40, 55, 70, 100, 130, 150, 180,