On Sun, Jul 24, 2005 at 11:59:24PM -0400, Scott Weis wrote:

> OK I applied the patch to the linux-2.6.12. Had to do some of the patch by 
> hand.  It compiled ok.. Now I can't load the module because of  mkiss: 
> Unknown symbol tty_unregister_ldisc.  What version of the kernel source am 
> I supposed to be patching??

2.6.13-rc4 or newer.

The reject you must have gotten was exactly due to the introduction of
tty_unregister_ldisc in rc4.  You can glue that with something like

#define tty_unregister_ldisc(disc) tty_register_ldisc(disc, NULL)

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to