Changes in uspace/app/blkdump/blkdump.c [da79df42:fc22069] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/blkdump/blkdump.c
rda79df42 rfc22069 142 142 } 143 143 144 rc = block_init( EXCHANGE_SERIALIZE,service_id, 2048);144 rc = block_init(service_id, 2048); 145 145 if (rc != EOK) { 146 146 printf(NAME ": Error initializing libblock.\n");
Note:
See TracChangeset
for help on using the changeset viewer.