diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-18 14:18:12 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-18 14:18:12 +0000 |
commit | 408fb34b733a87d181f2b2ef148b8fe61c8434a8 (patch) | |
tree | 3bcd0e3e0340d6a86dc29b42cf7bfd6c2b8a8a9c /packages/gsm/files | |
parent | d1cc47490679cfe4ed3dac79d563746c6df595b7 (diff) |
libgsmd-lips: Remove obsolete patch, but package stays bad.
Diffstat (limited to 'packages/gsm/files')
-rw-r--r-- | packages/gsm/files/stdint.patch | 17 |
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; |