summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-08-03 01:43:29 +0000
committerjulian <julian@FreeBSD.org>2004-08-03 01:43:29 +0000
commit6121fa3e4d7f2486414ebcf8d80a58b5050322ab (patch)
treee3662bc204cc12d08fa377a71ffb9bad89cfd46d /sys/kern
parent53952beb8e0e58c401450f6ac5cb6db589f14b47 (diff)
downloadFreeBSD-src-6121fa3e4d7f2486414ebcf8d80a58b5050322ab.zip
FreeBSD-src-6121fa3e4d7f2486414ebcf8d80a58b5050322ab.tar.gz
Repeat after me:
"Do not apply your tested patches to your commit tree by hand"
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_kse.c1
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;
OpenPOWER on IntegriCloud