linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: mulix <mulix@actcom.co.il>
To: <linux-kernel@vger.kernel.org>
Subject: 2.4.10pre14 unresolved symbol 'tty_register_ldisc'
Date: Sat, 22 Sep 2001 12:19:57 +0300 (IDT)	[thread overview]
Message-ID: <Pine.LNX.4.33.0109221216210.17933-100000@alhambra.merseine.nu> (raw)

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





                 reply	other threads:[~2001-09-22  9:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33.0109221216210.17933-100000@alhambra.merseine.nu \
    --to=mulix@actcom.co.il \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).