summaryrefslogtreecommitdiff
path: root/lang/tcl-expect/patches
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2001-05-16 13:27:55 +0000
committerdillo <dillo@pkgsrc.org>2001-05-16 13:27:55 +0000
commit4eca04c55b1d1ba9833f0142e9628f6c27f12fa5 (patch)
treef38796408d9955d1f6c709996d03bab9b3c4f9a3 /lang/tcl-expect/patches
parentb3edf2cfb253b709990e972f19b13670bf3d9251 (diff)
downloadpkgsrc-4eca04c55b1d1ba9833f0142e9628f6c27f12fa5.tar.gz
fix unaligned access on alpha by applying patch from PR 12905.
Diffstat (limited to 'lang/tcl-expect/patches')
-rw-r--r--lang/tcl-expect/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/tcl-expect/patches/patch-ac b/lang/tcl-expect/patches/patch-ac
new file mode 100644
index 00000000000..8bdea2186f7
--- /dev/null
+++ b/lang/tcl-expect/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2001/05/16 13:27:55 dillo Exp $
+
+--- exp_command.c.orig Tue Feb 1 01:38:43 2000
++++ exp_command.c Wed May 16 09:17:50 2001
+@@ -780,7 +780,7 @@
+ * process "-open $channel"
+ */
+ int mode;
+- int rfd, wfd;
++ long rfd, wfd;
+
+ if (echo) {
+ expStdoutLogU(argv0,0);