make linux emulation compile on i386 again.
This commit is contained in:
parent
2f8629b864
commit
663b29bb4a
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_ipc.c,v 1.33 2006/02/09 19:18:56 manu Exp $ */
|
||||
/* $NetBSD: linux_ipc.c,v 1.34 2006/02/09 23:27:08 dogcow Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
|
||||
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.33 2006/02/09 19:18:56 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.34 2006/02/09 23:27:08 dogcow Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_sysv.h"
|
||||
@ -61,11 +61,12 @@ __KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.33 2006/02/09 19:18:56 manu Exp $");
|
||||
#include <compat/linux/common/linux_msg.h>
|
||||
#include <compat/linux/common/linux_shm.h>
|
||||
#include <compat/linux/common/linux_sem.h>
|
||||
#include <compat/linux/common/linux_ipccall.h>
|
||||
|
||||
#include <compat/linux/linux_syscallargs.h>
|
||||
#include <compat/linux/linux_syscall.h>
|
||||
|
||||
#include <compat/linux/common/linux_ipccall.h>
|
||||
|
||||
/*
|
||||
* Note: Not all linux architechtures have explicit versions
|
||||
* of the SYSV* syscalls. On the ones that don't
|
||||
|
Loading…
Reference in New Issue
Block a user