2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>

* score/include/rtems/score/heap.h, score/src/heap.c,
	score/src/heapallocate.c, score/src/heapextend.c: Use size_t for
	heap-sizes.
This commit is contained in:
Ralf Corsepius
2007-02-11 04:52:48 +00:00
parent 8022a681a3
commit 3672dd9778

View File

@@ -1,5 +1,8 @@
2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/include/rtems/score/heap.h, score/src/heap.c,
score/src/heapallocate.c, score/src/heapextend.c: Use size_t for
heap-sizes.
* libnetworking/resolv.h: Typo fixes. Remove __P().
2007-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>