OSDN Git Service

383 Fixed masks for major and minor in fuse-lite for OpenIndiana
authorJean-Pierre André <jpandre@users.sourceforge.net>
Wed, 4 May 2016 08:08:06 +0000 (10:08 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Wed, 4 May 2016 08:08:06 +0000 (10:08 +0200)
commita7ce195489a4cfb284906e0bc65b1e1b3468d45b
tree3133c6f9d530ed7fade405fdae26f20ab2c01c5d
parent34f7bd7ff097f05336acc4bfccec26e8ff3dc30c
383 Fixed masks for major and minor in fuse-lite for OpenIndiana

On Solaris/OpenIndiana, the major and minor fields in st_rdev have to
be represented on 14 bits and 18 bits respectively. They must have
the same representation on 32-bit and 64-bit builds as the kernel
and the library do not know the word size of each other.
libfuse-lite/fuse_lowlevel.c