On Wed, Jun 8, 2011 at 1:43 AM, Paul Eggert <egg...@cs.ucla.edu> wrote: >> Depends-on: >> +sys_stat >> +stdint > > We can break the dependency on the stdint module > by using (size_t) -1 instead of SIZE_MAX.
Thanks for the tip. > Why does stat-macros need to depend on sys_stat? Because ST_NBLOCKS uses S_ISREG, for example. > Unless there's a specific need for the dependency, > I'd remove it. James.