Changeset 460175ef in rtems for cpukit/libblock


Ignore:
Timestamp:
01/27/07 18:18:05 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
07d0ce8
Parents:
80bb2426
Message:

2007-01-27 Ralf Corsépius <ralf.corsepius@…>

  • libblock/src/show_bdbuf.c: Convert from DOS to UNIX.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/src/show_bdbuf.c

    r80bb2426 r460175ef  
    419419           pool_ptr->blksize,
    420420           pool_ptr->nblks,
    421            (uint32_t)(pool_ptr->mallocd_bufs),
    422            (uint32_t)(pool_ptr->bdbufs));
     421           pool_ptr->mallocd_bufs,
     422           pool_ptr->bdbufs);
    423423    printf("------------------------------------------------------------------------------\n");
    424424  }
Note: See TracChangeset for help on using the changeset viewer.