
- 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.
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%