Author: mguevara                     Date: Tue Jan 16 21:16:52 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- fix for kernel/exit.c

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.2.2.27 -> 1.2.2.28) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.27 
SOURCES/linux-2.6-vs2.3.patch:1.2.2.28
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.27      Tue Jan 16 22:09:03 2007
+++ SOURCES/linux-2.6-vs2.3.patch       Tue Jan 16 22:16:46 2007
@@ -19703,7 +19703,7 @@
        do {
                reaper = next_thread(reaper);
                if (reaper == father) {
--                      reaper = child_reaper;
+-                      reaper = child_reaper(father);
 +                      reaper = vx_child_reaper(father);
                        break;
                }
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.2.27&r2=1.2.2.28&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to