Stefan Sperling: > Another possible fix for us would be to move the check for 'long long' > before the one for 'long' (see below) but I don't know what upstream > would say about that.
I considered this, but it doesn't fix the underlying problem and just inverts the issue. It would work for us, but then platforms where off_t is defined differently on LP64 vs LP32 platforms would get inconsistent format specifiers and types. -- Christian "naddy" Weisgerber [email protected]
