1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/vietnamese/vnterm/files/patch-07

12 lines
304 B
Plaintext
Raw Normal View History

1997-04-26 17:11:43 +00:00
--- ptyx.h.orig Fri Jul 16 10:17:57 1993
+++ ptyx.h Sat Apr 26 10:06:58 1997
@@ -91,7 +91,7 @@
#ifdef hpux
#define PTYCHAR2 "fedcba9876543210"
#else /* !hpux */
-#define PTYCHAR2 "0123456789abcdef"
+#define PTYCHAR2 "0123456789abcdefghijklmnopqrstuvwxyz"
#endif /* !hpux */
#endif /* !PTYCHAR2 */