K 10 svn:author V 2 ed K 8 svn:date V 27 2016-05-30T07:50:57.366027Z K 7 svn:log V 218 Add missing declaration of ino_t. POSIX requires that 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. END