Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/yasr/files: yasr-0.6.9-gcc43.patch
Date: Sat, 28 Jun 2008 23:40:23
Message-Id: E1KCk1h-0000z0-K0@stork.gentoo.org
1 loki_val 08/06/28 23:40:17
2
3 Added: yasr-0.6.9-gcc43.patch
4 Log:
5 Fix for gcc-4.3, bug #226523.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: yasr-0.6.9-gcc43.patch
15 ===================================================================
16 diff -NrU5 yasr-0.6.9.orig/yasr/yasr.h yasr-0.6.9/yasr/yasr.h
17 --- yasr-0.6.9.orig/yasr/yasr.h 2008-06-29 01:23:44.000000000 +0200
18 +++ yasr-0.6.9/yasr/yasr.h 2008-06-29 01:37:00.000000000 +0200
19 @@ -306,22 +306,10 @@
20 extern void opt_say(int num, int flag);
21 extern void opt_set(int num, void *val);
22 extern void opt_queue_empty(int ll);
23 extern void opt_write(FILE * fp);
24
25 -/* openpty.c prototypes */
26 -extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
27 -
28 -/* cfmakeraw.c prototypes */
29 -extern void cfmakeraw(struct termios *);
30 -
31 -/* login_tty.c prototypes */
32 -extern int login_tty(int);
33 -
34 -/* forkpty.c prototypes */
35 -extern int forkpty(int *, char *, struct termios *, struct winsize *);
36 -
37 /* tbc - Would it be more efficient to ensure that "blank" grids always held
38 ascii 0x20 rather than ascii 0x00? */
39 #define y_isblank(ch) ((ch & 0xdf) == 0)
40 #define cblank(r, c) ((win->row[r][c] & 0xdf) == 0)
41 #define ttssend(x) if (x) tts_send(x, strlen(x))
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list