diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-02-05 07:33:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-02-05 07:33:20 +0000 |
commit | ec6f346038467c94ef245e9c43bfd4f10a6f1e14 (patch) | |
tree | 1099f6c14c74253689e241241ff47baf4f5b496a /mail/xmail | |
parent | Improve comment so I might be able to have an idea what the port does (diff) |
Allow the use of more ptys.
Notes
Notes:
svn path=/head/; revision=9598
Diffstat (limited to 'mail/xmail')
-rw-r--r-- | mail/xmail/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/xmail/files/patch-ad b/mail/xmail/files/patch-ad new file mode 100644 index 000000000000..475eff9dcdfd --- /dev/null +++ b/mail/xmail/files/patch-ad @@ -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 */ + |