From owner-cvs-all Fri Aug 9 8:47:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D7837B401; Fri, 9 Aug 2002 08:47:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97B443E3B; Fri, 9 Aug 2002 08:47:44 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from freefall.freebsd.org (tmm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79FliJU016326; Fri, 9 Aug 2002 08:47:44 -0700 (PDT) (envelope-from tmm@freefall.freebsd.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79FlhHe016322; Fri, 9 Aug 2002 08:47:43 -0700 (PDT) Message-Id: <200208091547.g79FlhHe016322@freefall.freebsd.org> From: Thomas Moestl Date: Fri, 9 Aug 2002 08:47:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.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 tmm 2002/08/09 08:47:43 PDT Modified files: usr.bin/vmstat vmstat.c Log: The boottime variable in sys/kern/kern_tc.c is a struct timeval, not a time_t, so do not use the latter as type when retrieving the variable via libkvm. This should fix vmstat on sparc64. Revision Changes Path 1.59 +4 -3 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message