X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/f31f6d84db329735c062a41c0f729843cd4d0b6f..dbefba8762ce9640377489e4857deffd5f1b7793:/sys/dev/raid/amr/amrio.h diff --git a/sys/dev/raid/amr/amrio.h b/sys/dev/raid/amr/amrio.h index 8849fe482c..2a00ea2f48 100644 --- a/sys/dev/raid/amr/amrio.h +++ b/sys/dev/raid/amr/amrio.h @@ -108,7 +108,7 @@ struct amr_user_ioctl { #define AMR_IO_COMMAND _IOWR('A', 0x201, struct amr_user_ioctl) -#if defined(__amd64__) || defined(__ia64__) +#if defined(__x86_64__) || defined(__ia64__) struct amr_user_ioctl32 { unsigned char au_cmd[32]; /* command text from userspace */