patch-2.2.3 linux/kernel/fork.c
Next file: linux/kernel/printk.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Feb 23 10:41:35 1999
- Orig file:
v2.2.2/linux/kernel/fork.c
- Orig date:
Tue Jan 19 11:32:53 1999
diff -u --recursive --new-file v2.2.2/linux/kernel/fork.c linux/kernel/fork.c
@@ -172,8 +172,8 @@
if(last_pid & 0xffff8000)
last_pid = 300;
next_safe = PID_MAX;
- goto repeat;
}
+ goto repeat;
}
if(p->pid > last_pid && next_safe > p->pid)
next_safe = p->pid;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)