Changeset ce92867b in rtems for cpukit/libblock/src
- Timestamp:
- Feb 2, 2005, 12:06:18 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 043329e
- Parents:
- 1d386ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libblock/src/blkdev.c
r1d386ff rce92867b 34 34 int block_size_log2; 35 35 int block_size; 36 char *buf;36 unsigned char *buf; 37 37 unsigned int count; 38 38 unsigned int block; … … 94 94 int block_size_log2; 95 95 int block_size; 96 char *buf;96 unsigned char *buf; 97 97 unsigned int count; 98 98 unsigned int block;
Note: See TracChangeset
for help on using the changeset viewer.