patch for 2.1.120 kernel/ksyms.c

Bill Hawes (whawes@star.net)
Sat, 05 Sep 1998 12:03:30 -0400


This is a multi-part message in MIME format.
--------------401B1754D04536BC4D31DA70
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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
--------------401B1754D04536BC4D31DA70
Content-Type: text/plain; charset=us-ascii; name="ksyms_120-patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="ksyms_120-patch"

--- 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);

--------------401B1754D04536BC4D31DA70--

-
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/faq.html