diff -ur gsm-1.0-pl10-orig/inc/private.h gsm-1.0-pl10/inc/private.h --- gsm-1.0-pl10-orig/inc/private.h 2005-03-25 00:35:41.000000000 +0100 +++ gsm-1.0-pl10/inc/private.h 2005-03-25 00:36:05.000000000 +0100 @@ -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 {