forked from pool/util-linux
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=215
This commit is contained in:
parent
a77ac4b42a
commit
9ce9fc0bcf
@ -32,7 +32,7 @@ is compatible with VT220.
|
||||
+ * higher. Whereas the second serial line on a S/390(x) is
|
||||
+ * a real character terminal which is compatible with VT220.
|
||||
+ */
|
||||
+ if (strcmp(op->tty, "ttyS0") == 0 || strncmp(op->tty, "3270/tty", 8)
|
||||
+ if (strcmp(op->tty, "ttyS0") == 0 || strncmp(op->tty, "3270/tty", 8))
|
||||
+ op->term = DEFAULT_TTYS0;
|
||||
+ else if (strcmp(op->tty, "ttyS1") == 0)
|
||||
+ op->term = DEFAULT_TTYS1;
|
||||
|
Loading…
Reference in New Issue
Block a user