Subject: Kernel problem!!
To: None <current-users@netbsd.org>
From: Marc Blasi <Marc.Folch@ccrle.nec.de>
List: current-users
Date: 10/24/2002 11:43:30
Hello everybody,

I have a question:

How can I open a character device that I created using LKM in the Kernel
Space due to I cannot use open(...)?

If I use open(...) when compiling the Kernel appears this warning:

Implicit declaration of function "open"

Thanks a lot!!

Marc