summaryrefslogtreecommitdiff
path: root/packages/gsm/files/stdint.patch
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-01-17 13:16:53 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-01-17 13:16:53 +0000
commitd97abd932d4f40ddeed057702023e06bb35b3f93 (patch)
tree9e9608df030600d8bd7fcfc5c0d07f08a5d5d7fc /packages/gsm/files/stdint.patch
parent8c4f6b4c2f44cf59e3c44d99e5e2cf1295ef4579 (diff)
parent76ab1a69b0c0ff15a7a3a56e86185a344c934543 (diff)
merge of '6fd18ecf067a5c1f73730a2278a171f906b7f7c5'
and 'f7f0ddcdaf7ca93df00d48a93db3f02c7baaba31'
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;