Hello everyone.

Im trying to create a system call similar to getdirentries().

When compiling the module, i get the following error:
ReadMod.c:160: warning: implicit declaration of function 'VOP_READDIR'

I have included all the required header files.

#include <sys/param.h>
#include <sys/dirent.h>
#include <sys/vnode.h>


Any help will be greatly appreciated.

Thanks :)

-- 
Cilloniz Bicchi, Ferner

Research Assistant
Dept. of Computer Sciences
The University of Texas at Austin
http://www.cs.utexas.edu/~fernercc
ferne...@cs.utexas.edu

_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to