From 9ce9fc0bcf7ee0ccb939d558cf1d6b8bfbe6ea1f0526073ab2889d273694d2d2 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 4 Feb 2014 11:03:13 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=215 --- tty3270-on-serial-line-of-s390.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tty3270-on-serial-line-of-s390.patch b/tty3270-on-serial-line-of-s390.patch index 2dafaa6..20877b1 100644 --- a/tty3270-on-serial-line-of-s390.patch +++ b/tty3270-on-serial-line-of-s390.patch @@ -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;