summaryrefslogtreecommitdiff
path: root/packages/gsm/files/stdint.patch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-16 14:35:33 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-16 14:35:33 +0000
commit1583a7507c224ddefca4c5b2118be14288eb839f (patch)
treef4bf057570aa3e02a0c428f1d77b733a5225e346 /packages/gsm/files/stdint.patch
parent3cb1f292aa4ddce72f970ef4181ee7057cf3b573 (diff)
parent8378be7a49b8cdb9935fdeb2594ddd00d89930e1 (diff)
merge of '16c96161b634d2e64b9a1b4ba0e3fff5ddf21bcb'
and '843d33548c0e77469b4859dd4e3b8c77590cb762'
Diffstat (limited to 'packages/gsm/files/stdint.patch')
-rw-r--r--packages/gsm/files/stdint.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/gsm/files/stdint.patch b/packages/gsm/files/stdint.patch
new file mode 100644
index 0000000000..bafe54cd44
--- /dev/null
+++ b/packages/gsm/files/stdint.patch
@@ -0,0 +1,17 @@
+--- include/libtapi/tel_bas_types.h~ 2008-01-16 12:48:19.000000000 +0100
++++ include/libtapi/tel_bas_types.h 2008-01-16 12:48:19.000000000 +0100
+@@ -27,13 +27,7 @@
+ /******************************************************************************
+ * Type definitions
+ *****************************************************************************/
+-#ifndef _STDINT_H
+-typedef unsigned long uint32_t;
+-typedef unsigned short uint16_t;
+-typedef unsigned char uint8_t;
+-/* typedef long int32_t; */
+-typedef unsigned int size_t;
+-#endif
++#include <stdint.h>
+
+
+ typedef unsigned long tel_bool_t;