diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-14 18:56:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-14 18:56:55 +0100 |
commit | f212ac125fb0f8dda6ed9ac50b0c315dd4f58974 (patch) | |
tree | af0d02e95604de169248a5806d2ba07a14f7b8b3 /src/util.h | |
parent | 7a57b332d0a0b229c1c24278840aebd19efe9ffe (diff) |
getty: do not auto-spawn getty's on VC ttys if console=ttyN is used
https://bugzilla.redhat.com/show_bug.cgi?id=676885
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 3f0f48f32d..a534dcfecc 100644 --- a/src/util.h +++ b/src/util.h @@ -370,6 +370,7 @@ char *fstab_node_to_udev_node(const char *p); void filter_environ(const char *prefix); +bool tty_is_vc(const char *tty); const char *default_term_for_tty(const char *tty); bool running_in_vm(void); |