diff options
Diffstat (limited to 'sys/compat/linux/common/linux_msg.h')
| -rw-r--r-- | sys/compat/linux/common/linux_msg.h | 4 |
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 |
