On Wed, Oct 10, 2007 at 10:28:22PM -0300, Jo?o Salvatti wrote:
> Hi all,
> 
> I wrote a kernel module for my 4.1 OpenBSD kernel. It compiles
> normally, but when I try to load it, the modload says:
> 
> : undefined reference to `read'
> 
> But the read syscall header is declared within my module. Has anyone
> ever faced this problem before? Could anyone provide me with some tip
> in order to tackle this issue?
> 
> Thanks in advance for the time dedicated to this e-mail.
> 

could it be that its sys_read() you are after ?

Gilles

-- 
SCHNEIER FACT #40:
  A vigenere cipher with the Key "BRUCESCHNEIER" is in fact 
unbreakable.
(source: http://geekz.co.uk/schneierfacts/ )

Reply via email to