Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86593
Collapse All | Expand All

(-)gsm-1.0-pl10-orig/inc/private.h (-2 / +2 lines)
Lines 10-19 Link Here
10
#define	PRIVATE_H
10
#define	PRIVATE_H
11
11
12
typedef short			word;		/* 16 bit signed int	*/
12
typedef short			word;		/* 16 bit signed int	*/
13
typedef long			longword;	/* 32 bit signed int	*/
13
typedef int			longword;	/* 32 bit signed int	*/
14
14
15
typedef unsigned short		uword;		/* unsigned word	*/
15
typedef unsigned short		uword;		/* unsigned word	*/
16
typedef unsigned long		ulongword;	/* unsigned longword	*/
16
typedef unsigned int		ulongword;	/* unsigned longword	*/
17
17
18
struct gsm_state {
18
struct gsm_state {
19
19

Return to bug 86593