Changes in uspace/app/bdsh/cmds/modules/bdd/bdd.c [7308e84:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/bdd/bdd.c
r7308e84 r79ae36dd 102 102 } 103 103 104 rc = block_init( handle, 2048);104 rc = block_init(EXCHANGE_SERIALIZE, handle, 2048); 105 105 if (rc != EOK) { 106 106 printf("%s: Error initializing libblock.\n", cmdname);
Note:
See TracChangeset
for help on using the changeset viewer.