From owner-cvs-sys Fri Sep 19 23:37:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA15291 for cvs-sys-outgoing; Fri, 19 Sep 1997 23:37:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA14175; Fri, 19 Sep 1997 23:30:36 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA24016; Fri, 19 Sep 1997 23:26:29 -0700 (PDT) Date: Fri, 19 Sep 1997 23:26:29 -0700 (PDT) Message-Id: <199709200626.XAA24016@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa pnp.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/09/19 23:26:29 PDT Modified files: sys/i386/isa pnp.h Log: Adjust the #ifdef KERNEL so that pnp_cinfo is available for sbin/dset.c Other ways around this might be to #define KERNEL in dset.c for the "i386/isa/pnp.h" include. Revision Changes Path 1.4 +5 -5 src/sys/i386/isa/pnp.h