(patch reproduced here for convenience)
--- linux/drivers/char/tty_io.c.orig Wed Sep 19 15:59:09 2001
+++ linux/drivers/char/tty_io.c Wed Sep 19 15:59:20 2001
@@ -270,6 +270,8 @@
return 0;
}
+EXPORT_SYMBOL(tty_register_ldisc);
+
/* Set the discipline of a tty line. */
static int tty_set_ldisc(struct tty_struct *tty, int ldisc)
{
-- mulixhttp://www.advogato.com/person/mulix http://www.sf.net/projects/syscalltrack
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/