diff options
| author | njoly <njoly@NetBSD.org> | 2007-10-19 18:52:09 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2007-10-19 18:52:09 +0000 |
| commit | a478f23b9e993d9d2ece34bd880880b612d029bb (patch) | |
| tree | 7933a2aa92667d33156b944c9015fd3e02fd2a37 /sys/compat/linux/common/linux_mtio.c | |
| parent | 3e94d8f38487a13494e48f64b4f7d11e0b1de2fe (diff) | |
Add compat_linux and exec_linux_elf lkm support for amd64:
- Add needed COMPAT_OSSAUDIO to GENERIC.
- Add missing includes needed by linux_syscallargs.h.
- Add lkm building.
Diffstat (limited to 'sys/compat/linux/common/linux_mtio.c')
| -rw-r--r-- | sys/compat/linux/common/linux_mtio.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_mtio.c b/sys/compat/linux/common/linux_mtio.c index ba87c067e13..1757d5c8d00 100644 --- a/sys/compat/linux/common/linux_mtio.c +++ b/sys/compat/linux/common/linux_mtio.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_mtio.c,v 1.4 2007/03/04 06:01:24 christos Exp $ */ +/* $NetBSD: linux_mtio.c,v 1.5 2007/10/19 18:52:11 njoly Exp $ */ /* * Copyright (c) 2005 Soren S. Jorvang. All rights reserved. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_mtio.c,v 1.4 2007/03/04 06:01:24 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_mtio.c,v 1.5 2007/10/19 18:52:11 njoly Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -44,6 +44,8 @@ __KERNEL_RCSID(0, "$NetBSD: linux_mtio.c,v 1.4 2007/03/04 06:01:24 christos Exp #include <compat/linux/common/linux_ioctl.h> #include <compat/linux/common/linux_signal.h> #include <compat/linux/common/linux_mtio.h> +#include <compat/linux/common/linux_ipc.h> +#include <compat/linux/common/linux_sem.h> #include <compat/linux/linux_syscallargs.h> |
