1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Adjust code for new kse_release interface.

This commit is contained in:
David Xu 2003-02-20 08:24:22 +00:00
parent ab7d94f7eb
commit 5f22df9792
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111171

View File

@ -454,7 +454,7 @@ uts(struct kse_mailbox *km)
uts_to_thread(p, &km->km_curthread);
UPSTR("\n-- uts_to_thread() failed --\n");
}
kse_release();
kse_release(NULL);
pstr("** uts() exiting **\n");
exit(EX_SOFTWARE);
}