summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_msg.h
diff options
context:
space:
mode:
authormanu <manu@NetBSD.org>2006-02-09 19:18:56 +0000
committermanu <manu@NetBSD.org>2006-02-09 19:18:56 +0000
commitee0c5b44def8a80be34fd2e5867cafdcc76275b6 (patch)
tree183be75b62d5300967eea39ead22b2c61ee63277 /sys/compat/linux/common/linux_msg.h
parent0cf592aa8aff28200eebc1da22b795caa7423277 (diff)
Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
that the i386 license manager part of amd64 version of Fluent works. While I'm here, add SysV IPC to COMPAT_LINUX/amd64
Diffstat (limited to 'sys/compat/linux/common/linux_msg.h')
-rw-r--r--sys/compat/linux/common/linux_msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_msg.h b/sys/compat/linux/common/linux_msg.h
index e0ab23f2471..413f4e4948f 100644
--- a/sys/compat/linux/common/linux_msg.h
+++ b/sys/compat/linux/common/linux_msg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_msg.h,v 1.6 2003/01/18 08:04:37 thorpej Exp $ */
+/* $NetBSD: linux_msg.h,v 1.7 2006/02/09 19:18:56 manu Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -98,11 +98,13 @@ struct linux_msginfo {
#define LINUX_MSG_INFO 12
/* Pretend the sys_msgctl syscall is defined */
+#ifndef __amd64__
struct linux_sys_msgctl_args {
syscallarg(int) msqid;
syscallarg(int) cmd;
syscallarg(struct linux_msqid_ds *) buf;
};
+#endif
#ifdef SYSVMSG