search for: block_size_bit

Displaying 1 result from an estimated 1 matches for "block_size_bit".

Did you mean: block_size_bits
2004 Oct 11
1
util/typefs breaks with recent headers
...is program compile: --- klibc-0.181/utils/fstype.c.orig 2004-10-11 17:44:02.000000000 +0200 +++ klibc-0.181/utils/fstype.c 2004-10-11 17:46:17.000000000 +0200 @@ -34,6 +34,7 @@ char *progname; +#define cpu_to_be32(x) __cpu_to_be32(x) #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) #define BLOCK_SIZE_BITS 10 3) have some klibc header provide all the cpu_to_[bl]e.. family, and remove the underscores from util/fstype.h milton