Can i ask what the problem is exactly?
posix_fadvise() doesn't exist exist on kFreeBSD?
Or it doesn't take POSIX_FADV_SEQUENTIAL as argument?
The system call does not exist at all (but posix_madvise() exists).
The glibc provides dummy __stub_posix_fadvise() and __stub_posix_fadvise64(),
but none of POSIX_FADV_* is defined in <fcntl.h>.
According to
http://www.opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html
it is valid behaviour, as
"The posix_fadvise() function is part of the Advisory Information option
and need not be provided on all implementations."
Petr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]