Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 1997 18:23:21 +0000 (GMT)
From:      "Jonathan A. Zdziarski" <jonz@netrail.net>
To:        dmaddox@scsn.net
Cc:        ports@FreeBSD.ORG
Subject:   Re: SKIP Port
Message-ID:  <Pine.BSF.3.95q.970810182311.5489A-100000@netrail.net>
In-Reply-To: <19970810172907.52414@scsn.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hmm that's the error it's giving so I guess kernel must be defined.


-------------------------------------------------------------------------
Jonathan A. Zdziarski                                NetRail Incorporated
Server Engineering Manager                    230 Peachtree St. Suite 500
jonz@netrail.net                                        Atlanta, GA 30303
http://www.netrail.net                                    (888) - NETRAIL
------------------------------------------------------------------------- 

On Sun, 10 Aug 1997, Donald J. Maddox wrote:

:On Sun, Aug 10, 1997 at 04:58:26PM +0000, Jonathan A. Zdziarski wrote:
:> In moving SKIP to 2.2.2, I've come to an error I'm not sure
:> about.../usr/include/machine/conf.h requires 'ioconf.h' but ioconf.h
:> doesn't exist in that dir, or /usr/include or /usr/include/sys, or
:> anywhere else doing a find.  What does this file do, and how do I go about
:> getting it?
:
:    If you look a little more closely, you will notice that ioconf.h is only
:required when KERNEL is defined:
:
:----------------------------------------------------------------
:
:#ifndef _MACHINE_CONF_H_
:#define	_MACHINE_CONF_H_
:
:#ifdef KERNEL
:^^^^^^^^^^^^^
:#ifndef ACTUALLY_LKM_NOT_KERNEL
:#include "ioconf.h"
:#endif
:
:#endif /* KERNEL */
:
:#endif /* !_MACHINE_CONF_H_ */
:
:---------------------------------------------------------------
:
:    ioconf.h is created by config, and will normally be found
:in the kernel build directory.
:
:    I know nothing about SKIP, so I have no idea what it really wants...
:




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970810182311.5489A-100000>