update to 2.6.9-rc1
[linux-flexiantxendom0-3.2.10.git] / arch / um / include / skas_ptrace.h
index 06cd098..7cd983d 100644 (file)
@@ -1,13 +1,11 @@
 /* 
- * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
+ * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
  * Licensed under the GPL
  */
 
 #ifndef __SKAS_PTRACE_H
 #define __SKAS_PTRACE_H
 
-#ifndef PTRACE_FAULTINFO
-
 struct ptrace_faultinfo {
        int is_write;
        unsigned long addr;
@@ -24,8 +22,6 @@ struct ptrace_ldt {
 #define PTRACE_LDT 54
 #define PTRACE_SWITCH_MM 55
 
-#endif /* def PTRACE_FAULTINFO */
-
 #endif
 
 /*