* Thiemo Seufer <[EMAIL PROTECTED]> [2006-03-07 16:35]: > > Can someone help me with this? CCing -mips > Likely just a missing #include <sys/quota.h> in strace.
Hmm, the code has: #ifdef LINUX #include <sys/times.h> #include <linux/kernel.h> #include <sys/quota.h> #endif /* LINUX */ Interestingly enough, I can reproduce this problem on i386 (with 2.6) too. Does it not define LINUX? -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

