warning: implicit declaration of function 'VOP_READDIR'
Ferner Cilloniz
fernercc at gmail.com
Thu Dec 11 22:36:21 PST 2008
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
fernercc at cs.utexas.edu
More information about the freebsd-net
mailing list