~ubuntu-branches/ubuntu/natty/expect-tcl8.3/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-07-30 22:33:52 UTC
  • mfrom: (2.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080730223352-43j8vqcvoife73ck
Tags: 5.43.0-6
* Install expectk in expectk-tk8.3. Closes: #492288.
* Include expect scripts in expect-tcl8.3-dev as binaries, not as
  examples. Closes: #461357.
* expect-tcl8.3-dev: Depend on tk8.3-dev.
* Acknowledge NMU. Closes: #443393.

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