X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/21362eb3e66fd2c787aee132bce100a44d71a99c..6d2010ae8f7a6078e10b361c6962983bab233e0f:/osfmk/mach/machine/rpc.h diff --git a/osfmk/mach/machine/rpc.h b/osfmk/mach/machine/rpc.h index 469cc63e6..3e543a88f 100644 --- a/osfmk/mach/machine/rpc.h +++ b/osfmk/mach/machine/rpc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -29,9 +29,7 @@ #ifndef _MACH_MACHINE_RPC_H_ #define _MACH_MACHINE_RPC_H_ -#if defined (__ppc__) || defined (__ppc64__) -#include "mach/ppc/rpc.h" -#elif defined (__i386__) +#if defined (__i386__) || defined(__x86_64__) #include "mach/i386/rpc.h" #else #error architecture not supported