keybuk / libnih

NIH Utility Library
GNU General Public License v2.0
90 stars 28 forks source link

Fallback to lstat, if the non-portable dirent.d_type is not available. #2

Closed xnox closed 10 years ago

xnox commented 11 years ago

Fixes running libnih & upstart on XFS filesystem (and others that don't implement dirent.d_type)

Bug-Debian: http://bugs.debian.org/695604 Bug-Ubuntu: https://bugs.launchpad.net/bugs/672643

xnox commented 10 years ago

Fixed formatting as per inline comments.