timezone: If there is no d_type support use fstatat()
authorAndrei Gherzan <andrei@gherzan.ro>
Wed, 15 Aug 2012 19:38:51 +0000 (22:38 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 16 Aug 2012 11:58:35 +0000 (14:58 +0300)
commit9dada2fefdb426c6551343a61ca084a22b0d6a1c
tree5ebed047a8417be7cd1df53a3f161390b24d378f
parent270d7effb72bf99dfc2003ddccdb2193b1828518
timezone: If there is no d_type support use fstatat()

This is useful for filesystems where d_type is always DT_UNKNOWN,
for example reiserfs, jffs2 and ubifs. In this case use the
fstatat() function.
src/timezone.c