From owner-cvs-all Mon Aug 17 10:53:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09386 for cvs-all-outgoing; Mon, 17 Aug 1998 10:53:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09360; Mon, 17 Aug 1998 10:53:18 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20573; Mon, 17 Aug 1998 10:53:12 -0700 (PDT) Date: Mon, 17 Aug 1998 10:53:12 -0700 (PDT) Message-Id: <199808171753.KAA20573@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/17 10:53:12 PDT Modified files: sys/i386/ibcs2 ibcs2_misc.c Log: Backed out previous commit. The seconds part of microtime() is not the necessarily the same as the seconds part of getmicrotime() yet, and anyway, we should have used `time_second' if we only wanted a sloppy value for the seconds part. There is no point in making ibcs2's time(2) more efficient than FreeBSD's time(3). Revision Changes Path 1.28 +2 -2 src/sys/i386/ibcs2/ibcs2_misc.c