HomeFreeBSD

Add missing declaration of ino_t.

Description

Add missing declaration of ino_t.

POSIX requires that <dirent.h> provides ino_t in the XSI case. In our
case, this wasn't being exposed, as d_ino is a macro that expands to
d_fileno that is an uint32_t, not an ino_t.

Details

Provenance
edAuthored on
Parents
rS300985: bge: Support 5717 C0, which is almost same as 5720 A0
Branches
Unknown
Tags
Unknown