]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/ptrace.h
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / machine / ptrace.h
index f38087a085bc6249403de5f59fa58ba545aa92b7..3320c2226070fa0960e3c1e2e750617cd00922ad 100644 (file)
@@ -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@
  * 
 #ifndef _BSD_MACHINE_PTRACE_H_
 #define _BSD_MACHINE_PTRACE_H_
 
-
-#if defined (__ppc__) || defined(__ppc64__)
-#include "ppc/ptrace.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "i386/ptrace.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _BSD_MACHINE_PTRACE_H_ */