patch-2.1.79 linux/kernel/exit.c
Next file: linux/kernel/fork.c
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat Jan 10 15:21:42 1998
- Orig file:
v2.1.78/linux/kernel/exit.c
- Orig date:
Mon Dec 1 12:04:15 1997
diff -u --recursive --new-file v2.1.78/linux/kernel/exit.c linux/kernel/exit.c
@@ -418,8 +418,7 @@
if (ru != NULL)
getrusage(p, RUSAGE_BOTH, ru);
if (stat_addr)
- __put_user((p->exit_code << 8) | 0x7f,
- stat_addr);
+ __put_user((p->exit_code << 8) | 0x7f, stat_addr);
p->exit_code = 0;
retval = p->pid;
goto end_wait4;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov