Repeat after me:

"Do not apply your tested patches to your commit tree by hand"
This commit is contained in:
Julian Elischer 2004-08-03 01:43:29 +00:00
parent 37e783a63e
commit 4fd54632b0

View File

@ -976,6 +976,7 @@ thread_update_usr_ticks(struct thread *td, int user)
void
thread_alloc_spare(struct thread *td)
{
struct thread *spare;
if (td->td_standin)
return;