protect opt_compat_svr4.h with 'if defined(_KERNEL_OPT)', so that

this is usable from e.g. LKM context
This commit is contained in:
jdolecek 2002-05-11 09:34:00 +00:00
parent fda2f03cb3
commit 82b1bed645

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.12 2000/11/21 13:54:16 tsutsui Exp $
# $NetBSD: genassym.cf,v 1.13 2002/05/11 09:34:00 jdolecek Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -35,7 +35,9 @@
# @(#)genassym.c 8.3 (Berkeley) 1/4/94
#
if defined(_KERNEL_OPT)
include "opt_compat_svr4.h"
endif
include <sys/param.h>
include <sys/buf.h>