From owner-cvs-sys Tue Jan 7 07:36:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA26518 for cvs-sys-outgoing; Tue, 7 Jan 1997 07:36:41 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA26511; Tue, 7 Jan 1997 07:36:37 -0800 (PST) Date: Tue, 7 Jan 1997 07:36:37 -0800 (PST) From: Nate Williams Message-Id: <199701071536.HAA26511@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/07 07:36:37 Modified: sys/i386/apm apm.c Log: > The extra include of is because apm uses microtime() and my > doesn't include > > I removed the NAPM check since it's wasteful to check twice. apmprobe() > checks the unit number, and that's the right check. Submitted by: bde Revision Changes Path 1.51 +2 -11 src/sys/i386/apm/apm.c