make LKM safe

This commit is contained in:
jdolecek 2000-12-01 18:16:54 +00:00
parent 4389b3cbed
commit 011229ffcb
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_ipc.c,v 1.21 1999/08/25 04:52:44 thorpej Exp $ */
/* $NetBSD: linux_ipc.c,v 1.22 2000/12/01 18:16:54 jdolecek Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@ -36,7 +36,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_sysv.h"
#endif
#include <sys/types.h>
#include <sys/param.h>