diff options
Diffstat (limited to 'sys/compat/linux/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/linux_exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_exec.h b/sys/compat/linux/linux_exec.h index 2450a37a928..633356fd874 100644 --- a/sys/compat/linux/linux_exec.h +++ b/sys/compat/linux/linux_exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_exec.h,v 1.5 2004/04/15 00:22:42 tedu Exp $ */ +/* $OpenBSD: linux_exec.h,v 1.6 2010/04/28 21:31:59 kettenis Exp $ */ /* $NetBSD: linux_exec.h,v 1.5 1995/10/07 06:27:01 mycroft Exp $ */ /* @@ -40,7 +40,7 @@ /* Sparc? Alpha? */ /* XXX linux_machdep.h ? */ -#ifdef i386 +#ifdef __i386__ #define LINUX_MID_MACHINE LINUX_M_I386 #endif |
