diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-21 23:17:36 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-21 23:17:36 -0500 |
commit | 2ecb9eb5c72734ea72bea46de1021c5274200936 (patch) | |
tree | 3d1cf9ee80b1f0552ffca9ad2d6b51ec39101224 /user/gsm/gsm-64bit.patch | |
parent | b799dde0149930ab3efae47caaae37a85939cf20 (diff) | |
download | packages-2ecb9eb5c72734ea72bea46de1021c5274200936.tar.gz packages-2ecb9eb5c72734ea72bea46de1021c5274200936.tar.bz2 packages-2ecb9eb5c72734ea72bea46de1021c5274200936.tar.xz packages-2ecb9eb5c72734ea72bea46de1021c5274200936.zip |
user/gsm: pull in, modernise
Diffstat (limited to 'user/gsm/gsm-64bit.patch')
-rw-r--r-- | user/gsm/gsm-64bit.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/user/gsm/gsm-64bit.patch b/user/gsm/gsm-64bit.patch new file mode 100644 index 000000000..195ed31fa --- /dev/null +++ b/user/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 { + |