chiark / gitweb /
logind: require VTs on seat0 and forbid elsewhere
[elogind.git] / src / login / loginctl.c
index 2aedbcf9225c6cc14458ac7319592b3500f0109a..5547cb235879ead1652cbba2d74db76a6c5b0f13 100644 (file)
@@ -251,7 +251,7 @@ typedef struct SessionStatusInfo {
         uid_t uid;
         const char *name;
         usec_t timestamp;
-        int vtnr;
+        unsigned int vtnr;
         const char *seat;
         const char *tty;
         const char *display;