forked from Imagelibrary/rtems
2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/show_bdbuf.c: Convert from DOS to UNIX.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libblock/src/show_bdbuf.c: Convert from DOS to UNIX.
|
||||||
|
|
||||||
2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* score/include/rtems/system.h: Remove __RTEMS_MAJOR__,
|
* score/include/rtems/system.h: Remove __RTEMS_MAJOR__,
|
||||||
|
|||||||
@@ -418,8 +418,8 @@ rtems_status_code rtems_bdbuf_show_pool_header
|
|||||||
pool_idx,
|
pool_idx,
|
||||||
pool_ptr->blksize,
|
pool_ptr->blksize,
|
||||||
pool_ptr->nblks,
|
pool_ptr->nblks,
|
||||||
(uint32_t)(pool_ptr->mallocd_bufs),
|
pool_ptr->mallocd_bufs,
|
||||||
(uint32_t)(pool_ptr->bdbufs));
|
pool_ptr->bdbufs);
|
||||||
printf("------------------------------------------------------------------------------\n");
|
printf("------------------------------------------------------------------------------\n");
|
||||||
}
|
}
|
||||||
return rc;
|
return rc;
|
||||||
|
|||||||
Reference in New Issue
Block a user