~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to debian/patches/expect-64bit.patch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-10-01 22:23:00 UTC
  • mfrom: (2.1.7 edgy)
  • Revision ID: james.westby@ubuntu.com-20061001222300-08nd1wqc92mxggdq
Tags: 5.43.0-8
* Added patch from Niko Tyni <ntyni@iki.fi> to fix static library name on
  alpha, mips and mipsel (Closes: #390366).
* Added *.so symlink (Closes: #390365).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: exp_main_tk.c
2
 
===================================================================
3
 
RCS file: /usr/local/cvs/debian/expect/exp_main_tk.c,v
4
 
retrieving revision 1.5
5
 
diff -u -r1.5 exp_main_tk.c
6
 
--- exp_main_tk.c       17 Aug 2004 07:09:41 -0000      1.5
7
 
+++ exp_main_tk.c       17 Aug 2004 08:30:45 -0000
8
 
@@ -33,6 +33,7 @@
9
 
 #endif /* not lint */
10
 
 
11
 
 #include <ctype.h>
12
 
+#include <string.h>  /* strrchr(3) */
13
 
 
14
 
 #include "tk.h"
15
 
 
16
 
Index: pty_termios.c
17
 
===================================================================
18
 
RCS file: /usr/local/cvs/debian/expect/pty_termios.c,v
19
 
retrieving revision 1.6
20
 
diff -u -r1.6 pty_termios.c
21
 
--- pty_termios.c       17 Aug 2004 07:20:43 -0000      1.6
22
 
+++ pty_termios.c       17 Aug 2004 08:30:45 -0000
23
 
@@ -14,7 +14,9 @@
24
 
 #define SIGCHLD SIGCLD
25
 
 #endif
26
 
 
27
 
+#include "expect.h"
28
 
 #include "expect_cf.h"
29
 
+#include "exp_int.h"  /* expErrnoMsg() prototype */
30
 
 
31
 
 /*
32
 
    The following functions are linked from the Tcl library.  They