Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 918992 | Differences between
and this patch

Collapse All | Expand All

(-)a/arch/sparc/include/uapi/asm/termbits.h (-10 lines)
Lines 10-25 typedef unsigned int tcflag_t; Link Here
10
typedef unsigned long	tcflag_t;
10
typedef unsigned long	tcflag_t;
11
#endif
11
#endif
12
12
13
#define NCC 8
14
struct termio {
15
	unsigned short c_iflag;		/* input mode flags */
16
	unsigned short c_oflag;		/* output mode flags */
17
	unsigned short c_cflag;		/* control mode flags */
18
	unsigned short c_lflag;		/* local mode flags */
19
	unsigned char c_line;		/* line discipline */
20
	unsigned char c_cc[NCC];	/* control characters */
21
};
22
23
#define NCCS 17
13
#define NCCS 17
24
struct termios {
14
struct termios {
25
	tcflag_t c_iflag;		/* input mode flags */
15
	tcflag_t c_iflag;		/* input mode flags */
(-)a/arch/sparc/include/uapi/asm/termios.h (-1 / +9 lines)
Lines 40-44 struct winsize { Link Here
40
	unsigned short ws_ypixel;
40
	unsigned short ws_ypixel;
41
};
41
};
42
42
43
#define NCC 8
44
struct termio {
45
	unsigned short c_iflag;		/* input mode flags */
46
	unsigned short c_oflag;		/* output mode flags */
47
	unsigned short c_cflag;		/* control mode flags */
48
	unsigned short c_lflag;		/* local mode flags */
49
	unsigned char c_line;		/* line discipline */
50
	unsigned char c_cc[NCC];	/* control characters */
51
};
43
52
44
#endif /* _UAPI_SPARC_TERMIOS_H */
53
#endif /* _UAPI_SPARC_TERMIOS_H */
45
- 

Return to bug 918992