1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Fix a couple long-standing and annoying bugs

PR:		15628
Submitted by:	Mark Newton <newton@atdot.dotat.org>
This commit is contained in:
Chris Piazza 1999-12-22 19:35:29 +00:00
parent 53a6fdf214
commit 9095c892fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23828

35
x11/eterm/files/patch-ai Normal file
View File

@ -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 <stdio.h>
#include <stdlib.h>
***************
*** 120,125 ****
--- 122,128 ----
#endif
#ifdef HAVE_TERMIOS_H
# include <termios.h>
+ # include <sys/ttydefaults.h>
#else
# include <sgtty.h>
#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 */