MULTIMON support was never part of kernel, still, early in 2.1.X I
added reference to it to vc_screen.c. This patch corrects that
mistake. (Against 2.1.76) Please apply. BTW what happened to that
'will not compile if math emulation on' patch I sent earlier?
Pavel
--- vc_screen.c.old Fri Dec 26 20:12:56 1997
+++ vc_screen.c Fri Dec 26 20:13:07 1997
@@ -56,11 +56,6 @@
vcs_size(struct inode *inode)
{
int size;
-#ifdef CONFIG_MULTIMON
- int currcons = MINOR(inode->i_rdev) & 127;
- /* Multimon patch */
- if (!vc_cons[currcons].d) return 0;
-#endif
#ifdef CONFIG_FB_CONSOLE
int cons = MINOR(inode->i_rdev) & 127;
-- I'm really pavel@atrey.karlin.mff.cuni.cz. Pavel Look at http://atrey.karlin.mff.cuni.cz/~pavel/ ;-).