Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2008 06:00:13 GMT
From:      Dan Lukes <dan@obluda.cz>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/71618: [PATCH] timed(8): cleanup of the usr.sbin/timed code
Message-ID:  <200809050600.m8560Dm1006833@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/71618; it has been noted by GNATS.

From: Dan Lukes <dan@obluda.cz>
To: Bruce Cran <bruce@cran.org.uk>, bug-followup@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809050600.m8560Dm1006833>