public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dzmitry Chekmarou <diavolo@mail.ru>
To: Jaroslav Kysela <alsa-devel@alsa-project.org>
Cc: linux-kernel@vger.kernel.org
Subject: 2.5.54...bk-current problem with soundcore.ko (unknown symbol errno) fix
Date: Thu, 9 Jan 2003 10:51:50 +0200	[thread overview]
Message-ID: <20030109105150.A458@blacklake> (raw)

Hello

In 2.5.54 error appears:
soundcore: Unknown symbol errno

>From LKML, this comes with ChangeSet@1.879.1.43, 2003-01-05 20:55:52-08:00, varenet@parisc-linux.org ([PATCH] linux-2.5.46: Remove unused static variable)

Here is fix:
--start--
--- linux-2.5/sound/sound_firmware.c	Thu Jan  9 09:40:48 2003
+++ linux-2.5.new/sound/sound_firmware.c	Thu Jan  9 10:29:41 2003
@@ -5,6 +5,7 @@
 #include <linux/mm.h>
 #include <linux/slab.h>
 #include <linux/unistd.h>
+static int errno;
 #include <asm/uaccess.h>
 
 static int do_mod_firmware_load(const char *fn, char **fp)
--end--

-- 
Regards, Zmiter.

                 reply	other threads:[~2003-01-09  8:39 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=20030109105150.A458@blacklake \
    --to=diavolo@mail.ru \
    --cc=alsa-devel@alsa-project.org \
    --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