Changes in uspace/app/blkdump/blkdump.c [fc22069:da79df42] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/blkdump/blkdump.c
rfc22069 rda79df42 142 142 } 143 143 144 rc = block_init( service_id, 2048);144 rc = block_init(EXCHANGE_SERIALIZE, 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.