wok annotate yasr/stuff/yasr.patch @ rev 20843
updated dolibarr (3.1.0 -> 9.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 20 16:50:55 2019 +0100 (2019-02-20) |
parents | |
children |
rev | line source |
---|---|
paul@4891 | 1 --- yasr.h.old Thu Jan 31 12:56:45 2008 |
paul@4891 | 2 +++ yasr.h Sat Jan 30 11:37:31 2010 |
paul@4891 | 3 @@ -309,7 +309,9 @@ |
paul@4891 | 4 extern void opt_write(FILE * fp); |
paul@4891 | 5 |
paul@4891 | 6 /* openpty.c prototypes */ |
paul@4891 | 7 +#ifndef HAVE_OPENPTY |
paul@4891 | 8 extern int openpty(int *, int *, char *, struct termios *, struct winsize *); |
paul@4891 | 9 +#endif |
paul@4891 | 10 |
paul@4891 | 11 /* cfmakeraw.c prototypes */ |
paul@4891 | 12 extern void cfmakeraw(struct termios *); |
paul@4891 | 13 @@ -318,7 +320,9 @@ |
paul@4891 | 14 extern int login_tty(int); |
paul@4891 | 15 |
paul@4891 | 16 /* forkpty.c prototypes */ |
paul@4891 | 17 +#ifndef HAVE_FORKPTY |
paul@4891 | 18 extern int forkpty(int *, char *, struct termios *, struct winsize *); |
paul@4891 | 19 +#endif |
paul@4891 | 20 |
paul@4891 | 21 /* tbc - Would it be more efficient to ensure that "blank" grids always held |
paul@4891 | 22 ascii 0x20 rather than ascii 0x00? */ |