Changes in uspace/app/bdsh/cmds/modules/bdd/bdd.c [79ae36dd:7308e84] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/bdd/bdd.c
r79ae36dd r7308e84 102 102 } 103 103 104 rc = block_init( EXCHANGE_SERIALIZE,handle, 2048);104 rc = block_init(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.