From 9095c892fdc8c45c9c367f8674c68298e0081d2c Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Wed, 22 Dec 1999 19:35:29 +0000 Subject: [PATCH] Fix a couple long-standing and annoying bugs PR: 15628 Submitted by: Mark Newton --- x11/eterm/files/patch-ai | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 x11/eterm/files/patch-ai diff --git a/x11/eterm/files/patch-ai b/x11/eterm/files/patch-ai new file mode 100644 index 000000000000..3610a6bf9761 --- /dev/null +++ b/x11/eterm/files/patch-ai @@ -0,0 +1,35 @@ +*** src/command.c.old Thu Dec 23 01:39:37 1999 +--- src/command.c Thu Dec 23 01:42:00 1999 +*************** +*** 40,45 **** +--- 40,47 ---- + #include "feature.h" + #include "config.h" + ++ #undef HAVE_SAVED_UIDS ++ + /* System Headers */ + #include + #include +*************** +*** 120,125 **** +--- 122,128 ---- + #endif + #ifdef HAVE_TERMIOS_H + # include ++ # include + #else + # include + #endif +*************** +*** 2100,2105 **** +--- 2103,2111 ---- + # endif + # if VTIME != VEOL + tio->c_cc[VTIME] = 0; ++ # endif ++ # ifdef VSTATUS ++ tio->c_cc[VSTATUS] = CSTATUS; + # endif + + /* input modes */