When building e2fsprogs, it checks to see if long long is valid on the
platform, and detects that it is for sparc64. Thus, it defines:

#define __S64_TYPEDEF __signed__ long long
#define __U64_TYPEDEF unsigned long long

Unfortunately, that conflicts with asm-sparc64/types.h, which says only
"long", not "long long" for these typedefs.

Is the kernel wrong? Or is e2fsprogs?

Thanks in advance,

~spot

-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to