Allow the use of more ptys.

This commit is contained in:
David E. O'Brien 1998-02-05 07:33:20 +00:00
parent b3729d7f1d
commit ec6f346038
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9598

11
mail/xmail/files/patch-ad Normal file
View file

@ -0,0 +1,11 @@
--- callMail.c.orig Thu Jan 26 21:52:01 1995
+++ callMail.c Wed Feb 4 23:30:07 1998
@@ -81,7 +81,7 @@
#ifdef hpux
#define PTYCHAR2 "fedcba9876543210"
#else /* !hpux */
-#define PTYCHAR2 "0123456789abcdef"
+#define PTYCHAR2 "0123456789abcdefghijklmnopqrstuvwxyz"
#endif /* !hpux */
#endif /* !PTYCHAR2 */