X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/21362eb3e66fd2c787aee132bce100a44d71a99c..440d4c6cfad24426bfddca7518f16c17f4e443f7:/bsd/machine/endian.h diff --git a/bsd/machine/endian.h b/bsd/machine/endian.h index 2f302313f..871af6483 100644 --- a/bsd/machine/endian.h +++ b/bsd/machine/endian.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@ * @@ -31,14 +31,10 @@ #ifndef _BSD_MACHINE_ENDIAN_H_ #define _BSD_MACHINE_ENDIAN_H_ - -#if defined (__ppc__) || defined(__ppc64__) -#include "ppc/endian.h" -#elif defined (__i386__) +#if defined (__i386__) || defined(__x86_64__) #include "i386/endian.h" #else #error architecture not supported #endif - #endif /* _BSD_MACHINE_ENDIAN_H_ */