Hi,
To be able to run insmod ppp_generic I needed to add
this patch.
Since remove_wait_queue and add_wait_queue have been
moved from sched.h to fork.c(?)
I have guessed where to place it in ksym.c
/RogerL
-- Home page: http://www.norran.net/nra02596/
--- linux/kernel/ksyms.c.orig Mon Jul 24 23:24:14 2000 +++ linux/kernel/ksyms.c Mon Jul 24 23:26:28 2000 @@ -434,6 +434,8 @@ EXPORT_SYMBOL(loops_per_sec); #endif EXPORT_SYMBOL(kstat); EXPORT_SYMBOL(nr_running); +EXPORT_SYMBOL(add_wait_queue); +EXPORT_SYMBOL(remove_wait_queue); /* misc */ EXPORT_SYMBOL(panic);
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Mon Jul 31 2000 - 21:00:17 EST