forked from Imagelibrary/rtems
2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/heapwalk.c(Heap_Walk_printer): Add missing return type.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* score/src/heapwalk.c(Heap_Walk_printer): Add missing return type.
|
||||
* libnetworking/lib/tftpDriver.c (rtems_tftp_eval_path):
|
||||
Add missing parameter pathlen.
|
||||
* libmisc/shell/hexdump-conv.c: Use %lc instead of %C.
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <rtems/score/interr.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
typedef (*Heap_Walk_printer)(int, bool, const char*, ...);
|
||||
typedef int (*Heap_Walk_printer)(int, bool, const char*, ...);
|
||||
|
||||
static void _Heap_Walk_print_nothing(
|
||||
int source,
|
||||
|
||||
Reference in New Issue
Block a user