mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Allow the use of more ptys.
This commit is contained in:
parent
b3729d7f1d
commit
ec6f346038
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9598
1 changed files with 11 additions and 0 deletions
11
mail/xmail/files/patch-ad
Normal file
11
mail/xmail/files/patch-ad
Normal 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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue