---------- Forwarded message ----------
Date: Tue, 8 Oct 2002 22:23:25 -0500 (CDT)
From: Thomas Molina <tmolina@cox.net>
To: linux-kernel@vger.kernel.org
Subject: 2.5.41-bk compile errors
In the latest bk tree the following patches were required:
A second instance of lock had been inadvertently added to v_midi.h
--- linux-2.5-tm/sound/oss/v_midi.h.orig	Tue Oct  8 21:42:56 2002
+++ linux-2.5-tm/sound/oss/v_midi.h	Tue Oct  8 21:43:37 2002
@@ -11,6 +11,5 @@
 	   int input_opened;
 	   int intr_active;
 	   void (*midi_input_intr) (int dev, unsigned char data);
-	   spinlock_t lock;
 	} vmidi_devc;
 
the netfilter ipt owner module still needs the following to compile
--- linux-2.5-tm/kernel/ksyms.c.orig	Sat Oct  5 19:43:21 2002
+++ linux-2.5-tm/kernel/ksyms.c	Sat Oct  5 20:04:00 2002
@@ -600,6 +600,8 @@
 EXPORT_SYMBOL(init_thread_union);
 
 EXPORT_SYMBOL(tasklist_lock);
+EXPORT_SYMBOL(find_task_by_pid);
+EXPORT_SYMBOL(next_thread);
 #if defined(CONFIG_SMP) && defined(__GENERIC_PER_CPU)
 EXPORT_SYMBOL(__per_cpu_offset);
 #endif
-
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/