summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-16 00:06:49 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:15 +0200
commit9988809c45696331e4ff6a831653f042211ad8ae (patch)
tree4febbbfab596d20641f43586c2ccb6dd1ff276c2 /ChangeLog
parent79dac7c8bdfc3e22d0caf20f11ffbbbabf50e3ee (diff)
2008-07-15 Barry deFreese <bddebian@comcast.net>
* kern/priority.c: Include <kern/sched_prim.h>. * kern/sched_prim.c (recompute_priorities, update_priority): Remove prototypes. * kern/sched_prim.h (update_priority, compute_my_priority): Add prototypes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdd74a05..f7f7dfc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,11 @@
* kern/ipc_kobject.c: Include <vm/vm_object.h>
* vm/vm_object.h: Include <sys/types.h> and <ipc/ipc_types.h>.
(vm_object_coalesce, vm_object_pager_wakeup): Add prototypes.
+ * kern/priority.c: Include <kern/sched_prim.h>.
+ * kern/sched_prim.c (recompute_priorities, update_priority): Remove
+ prototypes.
+ * kern/sched_prim.h (update_priority, compute_my_priority): Add
+ prototypes.
2008-07-04 Samuel Thibault <samuel.thibault@ens-lyon.org>