Re: xtime.h's xtime_nsec: s/int/long int/? (resend)

2006-01-03 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > This came up when I tried to print an xtime_nsec value with the > same format (%ld) that I'd use to print timespec.tv_nsec member. OK, thanks, then I guess it's better to be consistent with POSIX. I installed the patch you sent, with one more int->long

Re: xtime.h's xtime_nsec: s/int/long int/? (resend)

2006-01-03 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> [I sent this message a few weeks ago, but it was >> mistakenly MIME-format=flowed, so not very readable] > > Odd, I sent a reply (only to bug-gnulib), but I see it's not archived > so I guess it didn't get throu

Re: xtime.h's xtime_nsec: s/int/long int/? (resend)

2006-01-03 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > [I sent this message a few weeks ago, but it was > mistakenly MIME-format=flowed, so not very readable] Odd, I sent a reply (only to bug-gnulib), but I see it's not archived so I guess it didn't get through the spam filters. Here it is again. = P

Re: xtime.h's xtime_nsec: s/int/long int/? (resend)

2006-01-03 Thread Jim Meyering
[I sent this message a few weeks ago, but it was mistakenly MIME-format=flowed, so not very readable] Hi Paul, I noticed that xtime.h's xtime_nsec function uses/returns `int': /* Return the number of nanoseconds in T. */ static inline long int xtime_nsec (xtime_t t) { long int ns = t % XTIME_