gsm-1.0.12-64bit.patch 591 B

1234567891011121314151617
  1. diff -ur gsm-1.0-pl12.orig/inc/private.h gsm-1.0-pl12/inc/private.h
  2. --- gsm-1.0-pl12.orig/inc/private.h 2006-04-26 22:17:01.000000000 +0300
  3. +++ gsm-1.0-pl12/inc/private.h 2007-08-19 12:23:02.000000000 +0300
  4. @@ -10,10 +10,10 @@
  5. #define PRIVATE_H
  6. typedef short word; /* 16 bit signed int */
  7. -typedef long longword; /* 32 bit signed int */
  8. +typedef int longword; /* 32 bit signed int */
  9. typedef unsigned short uword; /* unsigned word */
  10. -typedef unsigned long ulongword; /* unsigned longword */
  11. +typedef unsigned int ulongword; /* unsigned longword */
  12. struct gsm_state {