search for: romsb_word0

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

Did you mean: romsb_word1
2004 Oct 11
1
util/typefs breaks with recent headers
...00 @@ -12,7 +12,7 @@ #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) -#define __mk4(a,b,c,d) cpu_to_be32(__mkl(__mkw(a,b),__mkw(c,d))) +#define __mk4(a,b,c,d) __cpu_to_be32(__mkl(__mkw(a,b),__mkw(c,d))) #define ROMSB_WORD0 __mk4('-','r','o','m') #define ROMSB_WORD1 __mk4('1','f','s','-') 2) A quick hack to make this 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...