]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add missing declaration of ino_t.
authored <ed@FreeBSD.org>
Mon, 30 May 2016 07:50:57 +0000 (07:50 +0000)
committered <ed@FreeBSD.org>
Mon, 30 May 2016 07:50:57 +0000 (07:50 +0000)
commit4960bd7f97f9bd344ad4bbedaabdd9351d6a0ed8
treea8a13b3b48c5c67bd4986ccfa611bda47675b51d
parentc6c038186e70739cc085f3823fa70790d23324f7
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.
include/dirent.h