From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 5 06:00:14 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0689F106568E for ; Fri, 5 Sep 2008 06:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D21FD8FC23 for ; Fri, 5 Sep 2008 06:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8560DNb006834 for ; Fri, 5 Sep 2008 06:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8560Dm1006833; Fri, 5 Sep 2008 06:00:13 GMT (envelope-from gnats) Date: Fri, 5 Sep 2008 06:00:13 GMT Message-Id: <200809050600.m8560Dm1006833@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Cc: Subject: Re: bin/71618: [PATCH] timed(8): cleanup of the usr.sbin/timed code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 06:00:14 -0000 The following reply was made to PR bin/71618; it has been noted by GNATS. From: Dan Lukes To: Bruce Cran , 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