In article <20140318201420.go20...@snowdrop.l8s.co.uk>,
David Laight  <da...@l8s.co.uk> wrote:
>On Tue, Mar 18, 2014 at 03:30:09PM -0400, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:        christos
>> Date:                Tue Mar 18 19:30:09 UTC 2014
>> 
>> Modified Files:
>>      src/usr.sbin/rtsold: rtsold.c
>> 
>> Log Message:
>> use time_t for time
>
>It isn't a time_t type time.

It is assigned to a time_t. long might not be wide enough; the value is
unsigned and it is assigned to a signed type.

christos

Reply via email to