Only include opt_*.h #ifdef _KERNEL_OPT.
This commit is contained in:
parent
aa878fabc4
commit
5178253d62
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: genassym.cf,v 1.17 2001/04/24 06:17:22 leo Exp $
|
||||
# $NetBSD: genassym.cf,v 1.18 2002/04/15 17:05:13 bjh21 Exp $
|
||||
|
||||
#-
|
||||
# Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -36,8 +36,10 @@
|
|||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
ifdef _KERNEL_OPT
|
||||
include "opt_compat_svr4.h"
|
||||
include "opt_mbtype.h"
|
||||
endif
|
||||
|
||||
include <sys/param.h>
|
||||
include <sys/buf.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iomap.h,v 1.10 2001/05/28 06:43:20 leo Exp $ */
|
||||
/* $NetBSD: iomap.h,v 1.11 2002/04/15 17:05:14 bjh21 Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Leo Weppelman.
|
||||
|
@ -33,7 +33,9 @@
|
|||
#ifndef _MACHINE_IOMAP_H
|
||||
#define _MACHINE_IOMAP_H
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_mbtype.h"
|
||||
#endif
|
||||
/*
|
||||
* Atari TT hardware:
|
||||
* I/O Address maps
|
||||
|
|
Loading…
Reference in New Issue