bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-6.9 and Tru64 UNIX 5.1 FFM mounts


From: Albert Chin
Subject: Re: coreutils-6.9 and Tru64 UNIX 5.1 FFM mounts
Date: Thu, 12 Jul 2007 17:16:01 -0500
User-agent: Mutt/1.5.6i

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 (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]