diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-17 22:28:10 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-17 22:28:10 +0000 |
commit | 9f7710b66e9c083289ad391233c25fae8e836fdc (patch) | |
tree | da3708d4c98de5264d94003842fc35d254c3011b /x11/eterm/files/patch-ai | |
parent | 8e125d32a1861b0f7e887affd1d6beb6bde8777a (diff) | |
download | FreeBSD-ports-9f7710b66e9c083289ad391233c25fae8e836fdc.zip FreeBSD-ports-9f7710b66e9c083289ad391233c25fae8e836fdc.tar.gz |
Update to version 0.9.
Diffstat (limited to 'x11/eterm/files/patch-ai')
-rw-r--r-- | x11/eterm/files/patch-ai | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/x11/eterm/files/patch-ai b/x11/eterm/files/patch-ai deleted file mode 100644 index 3610a6b..0000000 --- a/x11/eterm/files/patch-ai +++ /dev/null @@ -1,35 +0,0 @@ -*** 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 */ |