From owner-cvs-sys Wed Oct 9 21:10:11 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08371 for cvs-sys-outgoing; Wed, 9 Oct 1996 21:10:11 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08293; Wed, 9 Oct 1996 21:09:47 -0700 (PDT) Date: Wed, 9 Oct 1996 21:09:47 -0700 (PDT) From: Paul Traina Message-Id: <199610100409.VAA08293@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/10/09 21:09:43 Modified: sys/pci ncr.c Log: The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered a compile error in ncrcontrol.c -- ncr.c should not be including clock.h when not compiled for the kernel. Revision Changes Path 1.79 +2 -5 src/sys/pci/ncr.c