patch-2.0.25 linux/kernel/fork.c
Next file: linux/net/bridge/br.c
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Nov 7 11:25:22 1996
- Orig file:
v2.0.24/linux/kernel/fork.c
- Orig date:
Tue Oct 8 21:20:14 1996
diff -u --recursive --new-file v2.0.24/linux/kernel/fork.c linux/kernel/fork.c
@@ -253,7 +253,7 @@
p->it_real_incr = p->it_virt_incr = p->it_prof_incr = 0;
init_timer(&p->real_timer);
p->real_timer.data = (unsigned long) p;
- p->leader = 0; /* process leadership doesn't inherit */
+ p->leader = 0; /* session leadership doesn't inherit */
p->tty_old_pgrp = 0;
p->utime = p->stime = 0;
p->cutime = p->cstime = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov