diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-16 11:58:54 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-16 11:58:54 +0000 |
commit | c4ee1482db75d8f8a3d7c16facb45cd54b29c4ef (patch) | |
tree | f44c29e48f8735074c58884edad61fe3fd77ce9d /packages/gsm/files | |
parent | 96bfc4d951c2740e12630acbb52bb9d05acba695 (diff) |
libgsmd-lips: Add modified gsmd with LiPS API
Diffstat (limited to 'packages/gsm/files')
-rw-r--r-- | packages/gsm/files/stdint.patch | 17 |
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; |