aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-06-05 10:45:35 -0400
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-06-05 12:25:44 -0400
commit738c7eb5f8ba1c45262c4fc8df4f2eb0a59a665c (patch)
treed11c17093863ef7737910e762f41d3e465d20741 /.travis.yml
parent7bb2bd7ed4ca0412b7a8409b49a031d388b92216 (diff)
Don't use IFTODT macro.
IFTODT is provided by libc to convert from mode_t (as included in e.g. struct fstat) to d_type (unsigned char element of struct dirent, as returned by e.g. readdir). However, fuse actually uses a different struct fuse_dirent with a "type" field of type uint32. In other words, the semantics of (struct fuse_dirent).type are not necessarily the same as those of (struct dirent).d_type.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions