summaryrefslogtreecommitdiff
path: root/packages/gsm/files/stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gsm/files/stdint.patch')
-rw-r--r--packages/gsm/files/stdint.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/gsm/files/stdint.patch b/packages/gsm/files/stdint.patch
deleted file mode 100644
index bafe54cd44..0000000000
--- a/packages/gsm/files/stdint.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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;