diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-15 00:16:17 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-15 00:16:17 +0000 |
commit | 6cb01e4bf5478ceecf43fbbbb35419df4b39bc79 (patch) | |
tree | f6e2e96ca1a6d6abb097a3ff3f0def4e5b3f07e6 /chinese/eterm/files/patch-ae | |
parent | I'm now living in Memphis, TN. (diff) |
Update to 0.9.1.
PR: 48254
Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Diffstat (limited to 'chinese/eterm/files/patch-ae')
-rw-r--r-- | chinese/eterm/files/patch-ae | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/chinese/eterm/files/patch-ae b/chinese/eterm/files/patch-ae deleted file mode 100644 index c75bc1d31398..000000000000 --- a/chinese/eterm/files/patch-ae +++ /dev/null @@ -1,21 +0,0 @@ ---- src/command.c.orig Mon Feb 7 22:20:41 2000 -+++ src/command.c Mon Feb 7 22:22:16 2000 -@@ -40,6 +40,8 @@ - #include "config.h" - #include "feature.h" - -+#undef HAVE_SAVED_UIDS -+ - /* System Headers */ - #include <stdio.h> - #include <stdlib.h> -@@ -1560,6 +1562,9 @@ - # endif - # if VTIME != VEOL - tio->c_cc[VTIME] = 0; -+# endif -+# ifdef VSTATUS -+ tio->c_cc[VSTATUS] = CSTATUS; - # endif - - /* input modes */ |