From bc0a9fcb45c3a947cece270a7c788ae74427e444 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Tue, 1 Oct 2002 17:47:44 +0000 Subject: [PATCH] Fix cut&paste error: "tm_spare" should have been "km_spare". Noticed by: ru --- sys/sys/kse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/kse.h b/sys/sys/kse.h index ed4f9ed113f..9f2cd704280 100644 --- a/sys/sys/kse.h +++ b/sys/sys/kse.h @@ -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 -- 2.45.2