diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2010-04-07 02:24:41 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2010-04-07 02:24:41 +0000 |
| commit | 4ccf64eb2bb126b295631f77a22b60a34abd8f79 (patch) | |
| tree | 9cb5c82283f9840994363d827ab9f1affbd07fb4 /sys/amd64/linux32/linux32_sysvec.c | |
| parent | 6836afc4c683a5bfa6c625f8adf455b7107eddae (diff) | |
Notes
Diffstat (limited to 'sys/amd64/linux32/linux32_sysvec.c')
| -rw-r--r-- | sys/amd64/linux32/linux32_sysvec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c index 6e3e32622bf0..d967ad70113f 100644 --- a/sys/amd64/linux32/linux32_sysvec.c +++ b/sys/amd64/linux32/linux32_sysvec.c @@ -34,8 +34,8 @@ __FBSDID("$FreeBSD$"); #include "opt_compat.h" -#ifndef COMPAT_IA32 -#error "Unable to compile Linux-emulator due to missing COMPAT_IA32 option!" +#ifndef COMPAT_FREEBSD32 +#error "Unable to compile Linux-emulator due to missing COMPAT_FREEBSD32 option!" #endif #define __ELF_WORD_SIZE 32 |
