patch-2.4.0-test8 linux/arch/mips64/kernel/syscall.c
Next file: linux/arch/mips64/sgi-ip27/ip27-memory.c
Previous file: linux/arch/mips64/kernel/signal32.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Sep 5 13:50:01 2000
- Orig file:
v2.4.0-test7/linux/arch/mips64/kernel/syscall.c
- Orig date:
Wed Aug 9 19:19:49 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/mips64/kernel/syscall.c linux/arch/mips64/kernel/syscall.c
@@ -77,7 +77,7 @@
int res;
save_static(®s);
- res = do_fork(SIGCHLD, regs.regs[29], ®s);
+ res = do_fork(SIGCHLD, regs.regs[29], ®s, 0);
return res;
}
@@ -92,7 +92,7 @@
newsp = regs.regs[5];
if (!newsp)
newsp = regs.regs[29];
- res = do_fork(clone_flags, newsp, ®s);
+ res = do_fork(clone_flags, newsp, ®s, 0);
return res;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)