diff options
| author | njoly <njoly@NetBSD.org> | 2009-11-18 15:19:24 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2009-11-18 15:19:24 +0000 |
| commit | 87483a8bda8d7d0fdf41283c76139f2a2af0c633 (patch) | |
| tree | a858452dcc99c876fe97a9774c8275d1102aa7f6 /sys/compat/linux/common/linux_msg.h | |
| parent | e0d891d65c139a1b2e0330358325fd30f7fd9f36 (diff) | |
Make compat linux/linux32 msgrcv_msgarg type member of type
long/netbsd32_long to match linux definition.
Diffstat (limited to 'sys/compat/linux/common/linux_msg.h')
| -rw-r--r-- | sys/compat/linux/common/linux_msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_msg.h b/sys/compat/linux/common/linux_msg.h index c9ee7f9ab94..91f094866b9 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.12 2008/12/09 11:09:11 njoly Exp $ */ +/* $NetBSD: linux_msg.h,v 1.13 2009/11/18 15:19:24 njoly Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -95,7 +95,7 @@ struct linux_mymsg { */ struct linux_msgrcv_msgarg { struct linux_mymsg *msg; - int type; + long type; }; /* * For msgctl calls. |
