From owner-cvs-all Sat Oct 27 23:13:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02BC037B401; Sat, 27 Oct 2001 23:13:48 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9S6Dlc96209; Sat, 27 Oct 2001 23:13:47 -0700 (PDT) (envelope-from dillon) Message-Id: <200110280613.f9S6Dlc96209@freefall.freebsd.org> From: Matt Dillon Date: Sat, 27 Oct 2001 23:13:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump optr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/27 23:13:47 PDT Modified files: sbin/dump optr.c Log: deltat declared time_t, msg("") call used %d (assumed time_t == int). Changed deltat to be an int (result of delta time calculation). MFC after: 1 day Revision Changes Path 1.15 +3 -2 src/sbin/dump/optr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message