Messages in this thread Patch in this message |  | | Date | Sat, 22 Sep 2001 12:19:57 +0300 (IDT) | From | mulix <> |
| |
the patch by Mohammad A. Haque at http://uwsg.iu.edu/hypermail/linux/kernel/0109.2/0777.html fixes it for me.
(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) { -- mulix
http://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/
|  |