1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/chinese/hztty/files/patch-ab
David E. O'Brien 82d9fcc2fc translator between GuoBiao / Big5 and HZ
PR:		ports/4622
Submitted by:	Ada T Lim <ada@not-enough.bandwidth.org>
1997-10-07 07:03:43 +00:00

12 lines
368 B
Plaintext

--- tty.c.orig Sun Jan 29 12:24:55 1995
+++ tty.c Mon Oct 6 23:56:32 1997
@@ -26,7 +26,7 @@
# define TTYDEV "/dev/pty/ttyxx"
#else /* !hpux */
# define PTYCHAR1 "pqrstuvwxyzPQRSTUVWXYZ"
-# define PTYCHAR2 "0123456789abcdef"
+# define PTYCHAR2 "0123456789abcdefghijklmnopqrstuv"
# define PTYDEV "/dev/ptyxx"
# define TTYDEV "/dev/ttyxx"
#endif /* !hpux */