X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/21362eb3e66fd2c787aee132bce100a44d71a99c..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/bsd/machine/disklabel.h diff --git a/bsd/machine/disklabel.h b/bsd/machine/disklabel.h index 323adb14c..490bbda8a 100644 --- a/bsd/machine/disklabel.h +++ b/bsd/machine/disklabel.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@ * @@ -28,14 +28,10 @@ #ifndef _BSD_MACHINE_CPU_H_ #define _BSD_MACHINE_CPU_H_ - -#if defined (__ppc__) || defined (__ppc64__) -#include "ppc/disklabel.h" -#elif defined (__i386__) +#if defined (__i386__) || defined(__x86_64__) #include "i386/disklabel.h" #else #error architecture not supported #endif - #endif /* _BSD_MACHINE_CPU_H_ */