Roger Mc Murtrie <[EMAIL PROTECTED]> writes:

> Similiar problem with filesys.c
> Compiles by changing in _scm.h
> #define dirent_or_dirent64
> CHOOSE_LARGEFILE(dirent,dirent64)
> to
> #define dirent_or_dirent64              dirent

This follows on from the off_t question.  If your off_t is actually
64-bit, there might be no need for dirent64.

But what about ino_t/ino64_t, which is used for the inode field in
struct dirent?  What type does your definition of struct direct use,
and what sizes are ino_t and ino_t on this OS?

Regards,
     Neil



Reply via email to