wok view yasr/stuff/yasr.patch @ rev 8833

Fix: tazdev receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 16:18:46 2011 +0100 (2011-02-24)
parents
children
line source
1 --- yasr.h.old Thu Jan 31 12:56:45 2008
2 +++ yasr.h Sat Jan 30 11:37:31 2010
3 @@ -309,7 +309,9 @@
4 extern void opt_write(FILE * fp);
6 /* openpty.c prototypes */
7 +#ifndef HAVE_OPENPTY
8 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
9 +#endif
11 /* cfmakeraw.c prototypes */
12 extern void cfmakeraw(struct termios *);
13 @@ -318,7 +320,9 @@
14 extern int login_tty(int);
16 /* forkpty.c prototypes */
17 +#ifndef HAVE_FORKPTY
18 extern int forkpty(int *, char *, struct termios *, struct winsize *);
19 +#endif
21 /* tbc - Would it be more efficient to ensure that "blank" grids always held
22 ascii 0x20 rather than ascii 0x00? */