From: Bryan R. <br...@ix...> - 2001-02-18 02:14:06
|
Hi, In order to get khttpd.o to load on SH4, strncat has to be exported in sh_ksyms.c. here's the patch: --- arch/sh/kernel/sh_ksyms-old.c Sat Feb 17 18:10:19 2001 +++ arch/sh/kernel/sh_ksyms.c Sat Feb 17 18:10:34 2001 @@ -47,6 +47,7 @@ EXPORT_SYMBOL(strlen); EXPORT_SYMBOL(strchr); EXPORT_SYMBOL(strcat); +EXPORT_SYMBOL(strncat); /* mem exports */ EXPORT_SYMBOL(memchr); I think this should probably go into the main tree. Comments? Regards, Bryan -- Bryan Rittmeyer mailto:br...@ix... Ixia Communications 26601 W. Agoura Rd. Calabasas, CA 91302 |