patch-2.4.0-test8 linux/arch/mips/kernel/syscall.c
Next file: linux/arch/mips64/kernel/process.c
Previous file: linux/arch/mips/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Sep 5 13:50:02 2000
- Orig file:
v2.4.0-test7/linux/arch/mips/kernel/syscall.c
- Orig date:
Mon Jul 10 16:47:19 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/mips/kernel/syscall.c linux/arch/mips/kernel/syscall.c
@@ -97,7 +97,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;
}
@@ -112,7 +112,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)