Blame SOURCES/gsm-64bit.patch

510637
--- gsm-1.0-pl12/inc/private.h.64bit	2006-04-26 21:17:01.000000000 +0200
510637
+++ gsm-1.0-pl12/inc/private.h	2007-05-11 00:25:23.000000000 +0200
510637
@@ -10,10 +10,10 @@
510637
 #define	PRIVATE_H
510637
 
510637
 typedef short			word;		/* 16 bit signed int	*/
510637
-typedef long			longword;	/* 32 bit signed int	*/
510637
+typedef int			longword;	/* 32 bit signed int	*/
510637
 
510637
 typedef unsigned short		uword;		/* unsigned word	*/
510637
-typedef unsigned long		ulongword;	/* unsigned longword	*/
510637
+typedef unsigned int		ulongword;	/* unsigned longword	*/
510637
 
510637
 struct gsm_state {
510637