lkml.org 
[lkml]   [2003]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.5.54...bk-current problem with soundcore.ko (unknown symbol errno) fix
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.
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.018 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site