On Thu, Jul 08, 2010 at 09:51:14PM +0800, Herbert Xu wrote: > On Thu, Jul 08, 2010 at 03:17:53PM +0200, maximilian attems wrote: > > > > It says that the 64 bit operations are the same as the 32 bit ones, > > that's why I'm confused. > > Ah, klibc must be undefining stat64, which then causes struct > stat64 to be undeclared. > > I'll look into it. ihmm well seems to be a klibc bug and not a dash trouble: ~/src/klibc-latest$ egrep stat64 -r usr/klibc/ usr/klibc/SYSCALLS.def:<!ppc64> int stat64,stat::stat(const char *, struct stat *); usr/klibc/SYSCALLS.def:<!ppc64> int lstat64,lstat::lstat(const char *, struct stat *); usr/klibc/SYSCALLS.def:<!ppc64> int fstat64,fstat::fstat(int, struct stat *); but no mention in the headers. -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html