X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..6d2010ae8f7a6078e10b361c6962983bab233e0f:/bsd/machine/ptrace.h diff --git a/bsd/machine/ptrace.h b/bsd/machine/ptrace.h index 52317e3d3..3320c2226 100644 --- a/bsd/machine/ptrace.h +++ b/bsd/machine/ptrace.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_PTRACE_H_ #define _BSD_MACHINE_PTRACE_H_ - -#if defined (__ppc__) || defined(__ppc64__) -#include "ppc/ptrace.h" -#elif defined (__i386__) +#if defined (__i386__) || defined(__x86_64__) #include "i386/ptrace.h" #else #error architecture not supported #endif - #endif /* _BSD_MACHINE_PTRACE_H_ */