diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-02 11:05:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-02 11:05:42 +0000 |
commit | 1e9d75e5a8a64738d5c0dc5fcc9d3c499b9b4968 (patch) | |
tree | 56ae386c776d4757d47113e9f9cde211cea99772 /main/gsm/gsm-64bit.patch | |
parent | bc5b6eeaa67b6879034c863720e865ff76c2290d (diff) | |
download | aports-1e9d75e5a8a64738d5c0dc5fcc9d3c499b9b4968.tar.bz2 aports-1e9d75e5a8a64738d5c0dc5fcc9d3c499b9b4968.tar.xz |
main/flite,gsm: moved from testing
needed by sems
Diffstat (limited to 'main/gsm/gsm-64bit.patch')
-rw-r--r-- | main/gsm/gsm-64bit.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/gsm/gsm-64bit.patch b/main/gsm/gsm-64bit.patch new file mode 100644 index 000000000..195ed31fa --- /dev/null +++ b/main/gsm/gsm-64bit.patch @@ -0,0 +1,15 @@ +--- gsm-1.0-pl12/inc/private.h.64bit 2006-04-26 21:17:01.000000000 +0200 ++++ gsm-1.0-pl12/inc/private.h 2007-05-11 00:25:23.000000000 +0200 +@@ -10,10 +10,10 @@ + #define PRIVATE_H + + typedef short word; /* 16 bit signed int */ +-typedef long longword; /* 32 bit signed int */ ++typedef int longword; /* 32 bit signed int */ + + typedef unsigned short uword; /* unsigned word */ +-typedef unsigned long ulongword; /* unsigned longword */ ++typedef unsigned int ulongword; /* unsigned longword */ + + struct gsm_state { + |