SOURCES: yasr-gcc43.patch (NEW) - taken from gentoo, see http://bugs.gentoo...

duddits duddits at pld-linux.org
Sun Jan 18 17:18:02 CET 2009


Author: duddits                      Date: Sun Jan 18 16:18:02 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- taken from gentoo, see http://bugs.gentoo.org/226523

---- Files affected:
SOURCES:
   yasr-gcc43.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/yasr-gcc43.patch
diff -u /dev/null SOURCES/yasr-gcc43.patch:1.1
--- /dev/null	Sun Jan 18 17:18:02 2009
+++ SOURCES/yasr-gcc43.patch	Sun Jan 18 17:17:56 2009
@@ -0,0 +1,26 @@
+diff -NrU5 yasr-0.6.9.orig/yasr/yasr.h yasr-0.6.9/yasr/yasr.h
+--- yasr-0.6.9.orig/yasr/yasr.h	2008-06-29 01:23:44.000000000 +0200
++++ yasr-0.6.9/yasr/yasr.h	2008-06-29 01:37:00.000000000 +0200
+@@ -306,22 +306,10 @@
+ extern void opt_say(int num, int flag);
+ extern void opt_set(int num, void *val);
+ extern void opt_queue_empty(int ll);
+ extern void opt_write(FILE * fp);
+ 
+-/* openpty.c prototypes */
+-extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
+-
+-/* cfmakeraw.c prototypes */
+-extern void cfmakeraw(struct termios *);
+-
+-/* login_tty.c prototypes */
+-extern int login_tty(int);
+-
+-/* forkpty.c prototypes */
+-extern int forkpty(int *, char *, struct termios *, struct winsize *);
+-
+ /* tbc - Would it be more efficient to ensure that "blank" grids always held
+    ascii 0x20 rather than ascii 0x00? */
+ #define y_isblank(ch) ((ch & 0xdf) == 0)
+ #define cblank(r, c)  ((win->row[r][c] & 0xdf) == 0)
+ #define ttssend(x)    if (x) tts_send(x, strlen(x))
================================================================


More information about the pld-cvs-commit mailing list