Deleted Added
full compact
32c32
< * $FreeBSD: head/lib/libthr/thread/thr_setprio.c 160331 2006-07-13 22:45:19Z davidxu $
---
> * $FreeBSD: head/lib/libthr/thread/thr_setprio.c 162037 2006-09-05 14:39:06Z davidxu $
59c59
< &param, sizeof(param));
---
> &param, sizeof(struct sched_param));
75c75
< sizeof(param));
---
> sizeof(struct sched_param));