]> Zhao Yanbai Git Server - minix.git/commit
inodes - using types with known size
authorTomas Hruby <tom@minix3.org>
Fri, 6 Nov 2009 08:55:07 +0000 (08:55 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 6 Nov 2009 08:55:07 +0000 (08:55 +0000)
commitd2c10fb85e470bf9ddaa88256e244363b1fe89e2
tree2148d4d94dce2107a6f667eecf1c429bb08cc0ea
parent0b8e20c89e994e29abe3013cddf442787ed11c9a
inodes - using types with known size

- fixes a problem in inodes truct definitions. The original definitions use
  posix types. These types don't have well defined size. Therefore when
  compiling mkfs on a different system natively the inodes sizes do not match.
  This patch replaces the posix types with interger types of the same size and
  signedness as the original types in use.
servers/mfs/type.h