From bf76aaf83d3d2f9c74363af4ad5d7bac6da07b67 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 20 Jun 2017 18:02:05 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=80 --- psmisc-22.12-tigetstr.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 psmisc-22.12-tigetstr.patch diff --git a/psmisc-22.12-tigetstr.patch b/psmisc-22.12-tigetstr.patch deleted file mode 100644 index 6f1ca58..0000000 --- a/psmisc-22.12-tigetstr.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- - src/pstree.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- src/pstree.c -+++ src/pstree.c 2017-06-20 13:50:18.024118675 +0000 -@@ -1093,7 +1093,7 @@ int main(int argc, char **argv) - } else if (isatty(1) && (termname = getenv("TERM")) && - (strlen(termname) > 0) && - (setupterm(NULL, 1 /* stdout */ , NULL) == OK) && -- (tigetstr("acsc") > 0)) { -+ ((int)tigetstr("acsc") > 0)) { - /* - * Failing that, if TERM is defined, a non-null value, and the terminal - * has the VT100 graphics charset, use it.