Re: [uml-user] strnlen_user

2006-08-18 Thread Jeff Dike
On Fri, Aug 18, 2006 at 09:43:35AM -0400, Charles Wright wrote: > I'm developing a kernel module, and there is a slight difference > between UML and a native i386. On the i386, I can use strnlen_user, > but on UML the symbol "strnlen_user_skas" is not exported so the > module doesn't load. After

[uml-user] strnlen_user

2006-08-18 Thread Charles Wright
I'm developing a kernel module, and there is a slight difference between UML and a native i386. On the i386, I can use strnlen_user, but on UML the symbol "strnlen_user_skas" is not exported so the module doesn't load. After exporting strnlen_user_skas from UML all's well. Charles -