X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..e2fac8b15b12a7979f72090454d850e612fc5b13:/bsd/machine/disklabel.h diff --git a/bsd/machine/disklabel.h b/bsd/machine/disklabel.h index fe5418f70..93fa986ed 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,7 +28,6 @@ #ifndef _BSD_MACHINE_CPU_H_ #define _BSD_MACHINE_CPU_H_ - #if defined (__ppc__) || defined (__ppc64__) #include "ppc/disklabel.h" #elif defined (__i386__) || defined(__x86_64__) @@ -37,5 +36,4 @@ #error architecture not supported #endif - #endif /* _BSD_MACHINE_CPU_H_ */