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

smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author ernia <monghitri@aruba.it>
date Sun Feb 24 21:28:58 2013 +0000 (2013-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? */