Quiet a warning with a uintptr_t cast.

Noticed by:	bde
This commit is contained in:
John Baldwin 2001-02-22 02:10:33 +00:00
parent 5a93f3e851
commit 9764c9d36e

View File

@ -649,7 +649,7 @@ fork_exit(callout, arg, frame)
/*
* Setup the sched_lock state so that we can release it.
*/
sched_lock.mtx_lock = curproc;
sched_lock.mtx_lock = (uintptr_t)curproc;
sched_lock.mtx_recurse = 0;
mtx_unlock_spin(&sched_lock);
/*