add missing !LKM check, noted by <tih@kpnQwest.no>
This commit is contained in:
parent
e36ad02480
commit
bd15b74ffc
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sunos_ioctl.c,v 1.34 2001/02/02 12:59:43 mrg Exp $ */
|
||||
/* $NetBSD: sunos_ioctl.c,v 1.35 2001/02/03 22:20:02 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Markus Wild.
|
||||
@ -26,8 +26,10 @@
|
||||
* loosely from: Header: sunos_ioctl.c,v 1.7 93/05/28 04:40:43 torek Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_compat_netbsd32.h"
|
||||
#include "opt_execfmt.h"
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/proc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user