summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-10-17 17:01:55 +0000
committerjim <jim@FreeBSD.org>2000-10-17 17:01:55 +0000
commit19ca14d48daf50cc00f0d41fe6965cd602fbcbfb (patch)
treeb90c2b59995cee97b9c1155bdbe8a5076b07409f /x11
parent135e4dfae2137c0b37dfd4c76dc2f77f2266fe44 (diff)
downloadFreeBSD-ports-19ca14d48daf50cc00f0d41fe6965cd602fbcbfb.zip
FreeBSD-ports-19ca14d48daf50cc00f0d41fe6965cd602fbcbfb.tar.gz
Teach aterm about ptys above f.
Submitted by: Phil Regnauld <regnauld@rh.dk>
Diffstat (limited to 'x11')
-rw-r--r--x11/aterm/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/aterm/files/patch-aa b/x11/aterm/files/patch-aa
new file mode 100644
index 0000000..abeef1c
--- /dev/null
+++ b/x11/aterm/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/command.c.orig Tue Oct 17 13:10:04 2000
++++ src/command.c Tue Oct 17 13:10:26 2000
+@@ -528,7 +528,7 @@
+ ttydev = tty_name;
+
+ # define PTYCHAR1 "pqrstuvwxyz"
+-# define PTYCHAR2 "0123456789abcdef"
++# define PTYCHAR2 "0123456789abcdefghijklmnopqrstuvwxyz"
+ for (c1 = PTYCHAR1; *c1; c1++) {
+ ptydev[len - 2] = ttydev[len - 2] = *c1;
+ for (c2 = PTYCHAR2; *c2; c2++) {
OpenPOWER on IntegriCloud