Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2008 00:36:17 +0000
From:      Ferner Cilloniz <fernercc@gmail.com>
To:        freebsd-net@freebsd.org
Subject:   warning: implicit declaration of function 'VOP_READDIR'
Message-ID:  <1229042178.4978.2.camel@mobiliare.Belkin>

next in thread | raw e-mail | index | archive | help
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@cs.utexas.edu




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1229042178.4978.2.camel>