wok-6.x view yasr/stuff/yasr.patch @ rev 6722

add CONFIG_DRM_I915_KMS and CONFIG_DRM_RADEON_KMS support in the kernel because it's not supported by xorg anymore
author Antoine Bodin <gokhlayeh@mailoo.org>
date Fri Oct 15 17:24:36 2010 +0200 (2010-10-15)
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? */