Messages in this thread Patch in this message |  | | | Date | Sat, 05 Sep 1998 12:03:30 -0400 | | From | Bill Hawes <> | | Subject | patch for 2.1.120 kernel/ksyms.c |
I've attached a small patch to add checksignals to ksyms.c, as it's
needed for the sunrpc module (and possibly others).
Regards,
Bill--- linux-2.1.120/kernel/ksyms.c.old Tue Sep 1 21:39:19 1998
+++ linux-2.1.120/kernel/ksyms.c Sat Sep 5 11:32:20 1998
@@ -319,6 +319,7 @@
EXPORT_SYMBOL(do_gettimeofday);
EXPORT_SYMBOL(loops_per_sec);
EXPORT_SYMBOL(kstat);
+EXPORT_SYMBOL(checksignals);
/* misc */
EXPORT_SYMBOL(panic); |  |