Messages in this thread Patch in this message |  | | Date | Wed, 19 Sep 2001 16:56:43 -0400 (EDT) | From | "Mohammad A. Haque" <> | Subject | Re: 2.4.10pre12 -- PPP compile problem; tty_register_ldisc hanging |
| |
On Wed, 19 Sep 2001, Alan Cox wrote:
> The tty exports are now in the drivers/char/tty* files.
I guess that it didnt get merged then because it's not there.
Here's the correct patch to be used instead of what I posted earlier...
--- 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) { --
===================================================================== Mohammad A. Haque http://www.haque.net/ mhaque@haque.net "Alcohol and calculus don't mix. Project Lead Don't drink and derive." --Unknown http://wm.themes.org/ batmanppc@themes.org ===================================================================== - 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/
|  |