diff options
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.h')
| -rw-r--r-- | sys/compat/linux/common/linux_socketcall.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.h b/sys/compat/linux/common/linux_socketcall.h index 13dea6b6799..f17a8865846 100644 --- a/sys/compat/linux/common/linux_socketcall.h +++ b/sys/compat/linux/common/linux_socketcall.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.h,v 1.10 2005/12/11 12:20:19 christos Exp $ */ +/* $NetBSD: linux_socketcall.h,v 1.11 2006/02/09 19:18:56 manu Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -71,8 +71,9 @@ #define _LINUX_SOCKETCALL_H /* Alpha does not use the socketcall multiplexer */ -#if !defined(__alpha__) && !defined(__amd64__) +#if !defined(__alpha__) && !defined(__amd64__) && !defined(COMPAT_LINUX32) /* Used on: arm, i386, m68k, mips, ppc, sparc, sparc64 */ +/* Used for COMPAT_LINUX32 on amd64 */ /* Not used on: alpha */ /* |
