lkml.org 
[lkml]   [2002]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Needed to get 2.5.7 to compile and link on Alpha [5/10]
Date
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;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.040 / U:0.484 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site