On OpenIndiana 64-bits, st_rdev has major and minor as 32-bits wide each, but the fuse protocol (common to 32-bit and 64-bit) has an st_rdev field limited to 32-bit. For now, pack major and minor the same way as in the 32-bit variant (14 and 18 bits). |
||
---|---|---|
.. | ||
Makefile.am | ||
fuse.c | ||
fuse_i.h | ||
fuse_kern_chan.c | ||
fuse_loop.c | ||
fuse_lowlevel.c | ||
fuse_misc.h | ||
fuse_opt.c | ||
fuse_session.c | ||
fuse_signals.c | ||
fusermount.c | ||
helper.c | ||
mount.c | ||
mount_util.c | ||
mount_util.h |