Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/common make linux emulation compile on i386...



details:   https://anonhg.NetBSD.org/src/rev/26fdb98228e7
branches:  trunk
changeset: 588156:26fdb98228e7
user:      dogcow <dogcow%NetBSD.org@localhost>
date:      Thu Feb 09 23:27:08 2006 +0000

description:
make linux emulation compile on i386 again.

diffstat:

 sys/compat/linux/common/linux_ipc.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 1c7702925b6b -r 26fdb98228e7 sys/compat/linux/common/linux_ipc.c
--- a/sys/compat/linux/common/linux_ipc.c       Thu Feb 09 23:19:39 2006 +0000
+++ b/sys/compat/linux/common/linux_ipc.c       Thu Feb 09 23:27:08 2006 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index