bin/71618: [PATCH] timed(8): cleanup of the usr.sbin/timed code

Dan Lukes dan at obluda.cz
Fri Sep 5 06:00:14 UTC 2008


The following reply was made to PR bin/71618; it has been noted by GNATS.

From: Dan Lukes <dan at obluda.cz>
To: Bruce Cran <bruce at cran.org.uk>, bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/71618: [PATCH] timed(8): cleanup of the usr.sbin/timed code
Date: Fri, 05 Sep 2008 07:59:44 +0200

 Bruce Cran napsal/wrote, On 09/05/08 00:40:
 > +		       "clock correction %lld sec too large to adjust",
 > +		       (long long int)adj.tv_sec);
 
 
 It seems to be better for me to use '%jd' and (intmax_t)adj.tv_sec
 
 					Dan


More information about the freebsd-bugs mailing list