X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Flogin%2Flogind-seat.c;fp=src%2Flogin%2Flogind-seat.c;h=813ab153e62b94e303ea0d70540560cefa49b45e;hb=4084669c7f802c9745bcb6bed77bdaf49ffd896d;hp=6838d36997ec97cfeba41986e36ec6856ada77df;hpb=6053df4ee3a205f25b67f43ece1ff4d1202b7edb;p=elogind.git diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c index 6838d3699..813ab153e 100644 --- a/src/login/logind-seat.c +++ b/src/login/logind-seat.c @@ -175,8 +175,7 @@ int seat_load(Seat *s) { return 0; } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind static int vt_allocate(unsigned int vtnr) { char p[sizeof("/dev/tty") + DECIMAL_STR_MAX(unsigned int)]; _cleanup_close_ int fd = -1; @@ -371,8 +370,7 @@ int seat_active_vt_changed(Seat *s, unsigned int vtnr) { r = seat_set_active(s, new_active); -/// elogind does not spawn autovt -#if 0 +#if 0 /// elogind does not spawn autovt manager_spawn_autovt(s->manager, vtnr); #endif // 0 @@ -433,8 +431,7 @@ int seat_start(Seat *s) { NULL); /* Initialize VT magic stuff */ -/// elogind does not support autospawning vts -#if 0 +#if 0 /// elogind does not support autospawning vts seat_preallocate_vts(s); #endif // 0