From 2605b42dd5331182f30f46362bf171262d0006ee Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Wed, 30 Aug 2017 16:06:12 +0100 Subject: logind: VT_GETSTATE "cannot return state for more than 16 VTs" (#6625) `vt_is_busy(16)` would always return FALSE. So we could have started autovt@16.service even when VT 16 was already being used for something. --- src/login/logind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/login/logind.h') diff --git a/src/login/logind.h b/src/login/logind.h index 8f6fb72db..7df3cbc2e 100644 --- a/src/login/logind.h +++ b/src/login/logind.h @@ -238,6 +238,7 @@ const struct ConfigPerfItem* logind_gperf_lookup(const char *key, GPERF_LEN_TYPE int manager_set_lid_switch_ignore(Manager *m, usec_t until); +int config_parse_n_autovts(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_tmpfs_size(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_user_tasks_max(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); -- cgit v1.2.3