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. -- Joco Salvatti Undergraduating in Computer Science Federal University of Para - UFPA web: http://www.openbsd-pa.org e-mail: [EMAIL PROTECTED]

