]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/ptrace.h
xnu-1228.7.58.tar.gz
[apple/xnu.git] / bsd / machine / ptrace.h
index f38087a085bc6249403de5f59fa58ba545aa92b7..031327fe4165fdc36a6e87c8cfe41b5b7aab1377 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@
  * 
@@ -31,7 +31,6 @@
 #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__)
@@ -40,5 +39,4 @@
 #error architecture not supported
 #endif
 
-
 #endif /* _BSD_MACHINE_PTRACE_H_ */