Deleted Added
full compact
32c32
< * $FreeBSD: head/lib/libthr/thread/thr_getschedparam.c 157457 2006-04-04 02:57:49Z davidxu $
---
> * $FreeBSD: head/lib/libthr/thread/thr_getschedparam.c 158073 2006-04-27 08:18:23Z davidxu $
60,61c60
< param->sched_priority =
< THR_BASE_PRIORITY(pthread->base_priority);
---
> param->sched_priority = pthread->base_priority;
71,72c70
< param->sched_priority =
< THR_BASE_PRIORITY(pthread->base_priority);
---
> param->sched_priority = pthread->base_priority;