diff options
| author | 2010-04-28 21:31:59 +0000 | |
|---|---|---|
| committer | 2010-04-28 21:31:59 +0000 | |
| commit | 3cdd68d41b16dacb3fdd5c9220a24b2cc989b9e8 (patch) | |
| tree | 59e3bd11c318ade5784926fdfce87155f1fa4f8d /sys/compat/linux/linux_exec.h | |
| parent | Only invoke setcurcpu() #ifdef MULTIPROCESSOR (diff) | |
| download | wireguard-openbsd-3cdd68d41b16dacb3fdd5c9220a24b2cc989b9e8.tar.xz wireguard-openbsd-3cdd68d41b16dacb3fdd5c9220a24b2cc989b9e8.zip | |
s/i386/__i386__/, no binary change.
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 |
