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:
Ralf Corsepius
2007-01-27 18:18:05 +00:00
parent 80bb2426f3
commit 460175ef10
2 changed files with 908 additions and 904 deletions

View File

@@ -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__,

View File

@@ -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;