PATCH: 2.1.121 strnicmp symbol fix

Chris Wedgwood (chris@cybernet.co.nz)
Thu, 10 Sep 1998 13:47:08 +1200


--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii

Small fix for missing symbol in 2.1.121 (which, btw, runs like a
dream!).

-cw

--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=symfix1

--- linux/kernel/ksyms.c~ Wed Sep 9 18:07:49 1998
+++ linux/kernel/ksyms.c Thu Sep 10 12:55:28 1998
@@ -401,3 +401,6 @@

/* time */
EXPORT_SYMBOL(get_fast_time);
+
+/* library functions */
+EXPORT_SYMBOL(strnicmp);

--EVF5PPMfhYS0aIcm--

-
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