diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-13 22:12:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-13 22:12:02 +0000 |
commit | 41e67ce6f3e1f5d4a1a97fa98fb3361356bd93d1 (patch) | |
tree | a9332b6506decfcc49aec980995ae4a994df6d1c /chinese/cxterm | |
parent | 58cedef901e03706d2aab5fd829555caba63c20c (diff) | |
download | ports-41e67ce6f3e1f5d4a1a97fa98fb3361356bd93d1.tar.gz ports-41e67ce6f3e1f5d4a1a97fa98fb3361356bd93d1.zip |
All the use of more ptys.
Notes
Notes:
svn path=/head/; revision=13101
Diffstat (limited to 'chinese/cxterm')
-rw-r--r-- | chinese/cxterm/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/cxterm/files/patch-ae b/chinese/cxterm/files/patch-ae new file mode 100644 index 000000000000..0da327a859e7 --- /dev/null +++ b/chinese/cxterm/files/patch-ae @@ -0,0 +1,11 @@ +--- cxterm/ptyx.h.orig Tue Jan 17 02:57:50 1995 ++++ cxterm/ptyx.h Sun Sep 13 15:08:17 1998 +@@ -115,7 +115,7 @@ + #ifdef hpux + #define PTYCHAR2 "fedcba9876543210" + #else /* !hpux */ +-#define PTYCHAR2 "0123456789abcdef" ++#define PTYCHAR2 "0123456789abcdefghijklmnopqrstuvwxyz" + #endif /* !hpux */ + #endif /* !PTYCHAR2 */ + |