Fix cut&paste error: "tm_spare" should have been "km_spare".

Noticed by:	ru
This commit is contained in:
Archie Cobbs 2002-10-01 17:47:44 +00:00
parent 3f8322d6b8
commit bc0a9fcb45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104309

View File

@ -72,7 +72,7 @@ struct kse_mailbox {
kse_func_t *km_func; /* UTS function */
stack_t km_stack; /* UTS context */
void *km_udata; /* For use by the UTS */
int tm_spare[8];
int km_spare[8];
};
#ifndef _KERNEL