openbsd-ports/misc/deco/patches/patch-tty_c
2022-03-11 19:38:05 +00:00

15 lines
228 B
Plaintext

Fix -fno-common build failure.
Index: tty.c
--- tty.c.orig
+++ tty.c
@@ -82,7 +82,7 @@ static struct ltchars oldchars, newchars;
# define OXTABS TAB3
#endif
-int TtyUpperCase;
+int TtyUpperCase = 0;
#define NOCHAR 0