2002-03-21 17:21:56

by Chris Meadors

[permalink] [raw]
Subject: [PATCH] Needed to get 2.5.7 to compile and link on Alpha [5/10]

Another one liners that should have been caught with a grep.

-Chris


--- linux-2.5.7/arch/alpha/kernel/ptrace.c~ Mon Mar 18 15:37:18 2002
+++ linux-2.5.7/arch/alpha/kernel/ptrace.c Wed Mar 20 09:29:27 2002
@@ -292,7 +292,7 @@
if (request != PTRACE_KILL)
goto out;
}
- if (child->p_pptr != current) {
+ if (child->parent != current) {
DBG(DBG_MEM, ("child not parent of this process\n"));
goto out;
}