On Fri, Jul 13, 2007 at 08:50:30AM +0200, Jim Meyering wrote:
> Albert Chin <[EMAIL PROTECTED]> wrote:
> 
> > 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.
> 
> Using __osf__ looks better but we don't want the alpha-specific part, do we?
> Someone may still use TRU64 on a non-alpha.
> 
> #ifdef __osf__
> "Do not use Tru64's statvfs implementation"
> #endif
> 
> Or maybe... do you know that this statvfs bug is alpha-specific?

Ok, the above is fine.

-- 
albert chin ([EMAIL PROTECTED])


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to