diff options
-rw-r--r-- | sys/kern/kern_kse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_kse.c b/sys/kern/kern_kse.c index 7c02a81..ab6ac29 100644 --- a/sys/kern/kern_kse.c +++ b/sys/kern/kern_kse.c @@ -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; |