linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.10pre12 -- PPP compile problem;  tty_register_ldisc hanging
@ 2001-09-19 11:46 Mark Orr
  2001-09-19 19:26 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Orr @ 2001-09-19 11:46 UTC (permalink / raw)
  To: linux-kernel


Just compiled up 2.4.10pre12 (w/ the wakeup_bdflush fix)
and once modules are finished, on install+depmod it's telling
me that ppp_async.c has an unresolved symbol
tty_register_ldisc.

The pre12 patch shows it was removed from an EXPORT_SYMBOL
line in net/netsyms.c.

--
Mark Orr
markorr@intersurf.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.4.10pre12 -- PPP compile problem;  tty_register_ldisc hanging
  2001-09-19 11:46 2.4.10pre12 -- PPP compile problem; tty_register_ldisc hanging Mark Orr
@ 2001-09-19 19:26 ` Alan Cox
  2001-09-19 20:56   ` Mohammad A. Haque
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2001-09-19 19:26 UTC (permalink / raw)
  To: Mark Orr; +Cc: linux-kernel

> Just compiled up 2.4.10pre12 (w/ the wakeup_bdflush fix)
> and once modules are finished, on install+depmod it's telling
> me that ppp_async.c has an unresolved symbol
> tty_register_ldisc.
> 
> The pre12 patch shows it was removed from an EXPORT_SYMBOL
> line in net/netsyms.c.

The tty exports are now in the drivers/char/tty* files. 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.4.10pre12 -- PPP compile problem;  tty_register_ldisc hanging
  2001-09-19 19:26 ` Alan Cox
@ 2001-09-19 20:56   ` Mohammad A. Haque
  0 siblings, 0 replies; 3+ messages in thread
From: Mohammad A. Haque @ 2001-09-19 20:56 UTC (permalink / raw)
  To: Alan Cox; +Cc: Mark Orr, linux-kernel

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
=====================================================================


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-09-19 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-19 11:46 2.4.10pre12 -- PPP compile problem; tty_register_ldisc hanging Mark Orr
2001-09-19 19:26 ` Alan Cox
2001-09-19 20:56   ` Mohammad A. Haque

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).