Changes in uspace/app/blkdump/blkdump.c [b7fd2a0:d5c1051] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/blkdump/blkdump.c
rb7fd2a0 rd5c1051 63 63 { 64 64 65 errno_t rc;65 int rc; 66 66 char *dev_path; 67 67 size_t block_size; … … 178 178 aoff64_t limit; 179 179 size_t data_offset; 180 errno_t rc;180 int rc; 181 181 182 182 data = malloc(block_size); … … 217 217 { 218 218 scsi_toc_multisess_data_t toc; 219 errno_t rc;219 int rc; 220 220 221 221 rc = block_read_toc(service_id, 0, &toc, sizeof(toc));
Note:
See TracChangeset
for help on using the changeset viewer.