On Thu, Jul 12, 2007 at 10:32:19PM +0200, Jim Meyering wrote: > E.g., add these lines after that block: > > #ifdef TRU64 > "Do not use Tru64's statvfs implementation" > #endif
That's fine. Just replace TRU64 UNIX with something like: #if defined (__osf__) && (defined (__alpha) || defined (__alpha__)) It's from gnulib lib/getloadavg.c. -- albert chin ([EMAIL PROTECTED]) _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
