diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-25 17:37:50 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-25 17:37:50 +0000 |
commit | 0f5c2912961b5c3f3d8c9cbcb1f540829e3c27a0 (patch) | |
tree | 344560d578dfc8f68e3bf1dec358c72f2160d75c /package/tn5250/tn5250-0.16.4-001.patch | |
parent | 97ead09d64d8be059686615820361d46d0c629b5 (diff) | |
download | buildroot-novena-0f5c2912961b5c3f3d8c9cbcb1f540829e3c27a0.tar.gz buildroot-novena-0f5c2912961b5c3f3d8c9cbcb1f540829e3c27a0.zip |
Fix tn5250 package
Diffstat (limited to 'package/tn5250/tn5250-0.16.4-001.patch')
-rw-r--r-- | package/tn5250/tn5250-0.16.4-001.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/tn5250/tn5250-0.16.4-001.patch b/package/tn5250/tn5250-0.16.4-001.patch new file mode 100644 index 000000000..5854e6511 --- /dev/null +++ b/package/tn5250/tn5250-0.16.4-001.patch @@ -0,0 +1,28 @@ +diff -urN tn5250-0.16.4-0rig/src/common.h tn5250-0.16.4/src/common.h +--- tn5250-0.16.4-0rig/src/common.h 1970-01-01 01:00:00.000000000 +0100 ++++ tn5250-0.16.4/src/common.h 2007-07-25 15:33:37.000000000 +0200 +@@ -0,0 +1,2 @@ ++#define TRUE 1 ++#define FALSE 0 +diff -urN tn5250-0.16.4-0rig/src/host3270.c tn5250-0.16.4/src/host3270.c +--- tn5250-0.16.4-0rig/src/host3270.c 2002-03-20 09:50:36.000000000 +0100 ++++ tn5250-0.16.4/src/host3270.c 2007-07-25 15:34:25.000000000 +0200 +@@ -20,6 +20,7 @@ + * + */ + ++#include "common.h" + #include "tn5250-private.h" + #include "host3270.h" + #include "codes3270.h" +diff -urN tn5250-0.16.4-0rig/src/host5250.c tn5250-0.16.4/src/host5250.c +--- tn5250-0.16.4-0rig/src/host5250.c 2002-03-20 09:50:36.000000000 +0100 ++++ tn5250-0.16.4/src/host5250.c 2007-07-25 15:33:10.000000000 +0200 +@@ -19,6 +19,7 @@ + * Boston, MA 02111-1307 USA + */ + ++#include "common.h" + #include "tn5250-private.h" + #include "host5250.h" + |