bump version
[buildroot.git] / package / tn5250 / tn5250-0.16.4-001.patch
blob5854e6511e614c51a5216f65f244a1cea3443886
1 diff -urN tn5250-0.16.4-0rig/src/common.h tn5250-0.16.4/src/common.h
2 --- tn5250-0.16.4-0rig/src/common.h 1970-01-01 01:00:00.000000000 +0100
3 +++ tn5250-0.16.4/src/common.h 2007-07-25 15:33:37.000000000 +0200
4 @@ -0,0 +1,2 @@
5 +#define TRUE 1
6 +#define FALSE 0
7 diff -urN tn5250-0.16.4-0rig/src/host3270.c tn5250-0.16.4/src/host3270.c
8 --- tn5250-0.16.4-0rig/src/host3270.c 2002-03-20 09:50:36.000000000 +0100
9 +++ tn5250-0.16.4/src/host3270.c 2007-07-25 15:34:25.000000000 +0200
10 @@ -20,6 +20,7 @@
14 +#include "common.h"
15 #include "tn5250-private.h"
16 #include "host3270.h"
17 #include "codes3270.h"
18 diff -urN tn5250-0.16.4-0rig/src/host5250.c tn5250-0.16.4/src/host5250.c
19 --- tn5250-0.16.4-0rig/src/host5250.c 2002-03-20 09:50:36.000000000 +0100
20 +++ tn5250-0.16.4/src/host5250.c 2007-07-25 15:33:10.000000000 +0200
21 @@ -19,6 +19,7 @@
22 * Boston, MA 02111-1307 USA
25 +#include "common.h"
26 #include "tn5250-private.h"
27 #include "host5250.h"