bug-gnulib
[Top][All Lists]
Advanced

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

Re: coreutils 6.6 HP-UX build error


From: Paul Eggert
Subject: Re: coreutils 6.6 HP-UX build error
Date: Wed, 22 Nov 2006 16:19:29 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Jim Meyering <address@hidden> writes:

> +                 enum Fts_stat need_stat = p->fts_statp->st_size;
> +                 switch (need_stat)

Dunno if this matters, but on typical 64-bit platforms converting to
enum Fts_stat and then switching won't abort in the rare cases when
p->fts_statp->st_size equals 2**32 + 1 or 2**32 + 2, whereas the
previous code would correctly abort in those two cases.




reply via email to

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