Displaying 1 result from an estimated 1 matches for "romsb_word1".
Did you mean:
romsb_word0
2004 Oct 11
1
util/typefs breaks with recent headers
...mp;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:17.000000000 +0200
@@ -34,6 +34,7 @@
char *progname;
+#define cpu_to_be3...