void-packages/srcpkgs/libgsm/patches/gsm-1.0.12-64bit.patch
Juan RP ee07b60432 libgsm: create a versioned soname (#874).
Also merge two additional patches from Gentoo.
2015-02-16 10:36:30 +01:00

15 lines
492 B
Diff

--- inc/private.h 2006-04-26 22:17:01.000000000 +0300
+++ inc/private.h 2007-08-19 12:23:02.000000000 +0300
@@ -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 {