$subject says all ;) Signed-off-by: Gerd Knorr <[EMAIL PROTECTED]> --- arch/um/drivers/stdio_console.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-)
Index: uml-2.6.9-rc2/arch/um/drivers/stdio_console.c =================================================================== --- uml-2.6.9-rc2.orig/arch/um/drivers/stdio_console.c 2004-09-16 16:34:54.467184040 +0200 +++ uml-2.6.9-rc2/arch/um/drivers/stdio_console.c 2004-09-16 16:58:26.640111896 +0200 @@ -30,7 +30,7 @@ #include "init.h" #include "2_5compat.h" -#define MAX_TTYS (8) +#define MAX_TTYS (16) /* Referenced only by tty_driver below - presumably it's locked correctly * by the tty driver. -- #define printk(args...) fprintf(stderr, ## args) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ User-mode-linux-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
