Changeset 7ae01d5 in mainline for uspace/lib/bithenge/src/helenos/block.c
- Timestamp:
- 2024-04-30T13:25:56Z (9 months ago)
- Branches:
- master
- Children:
- 926d9d9b
- Parents:
- bdd9e92
- git-author:
- Jiri Svoboda <jiri@…> (2024-04-29 18:25:36)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-04-30 13:25:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/helenos/block.c
rbdd9e92 r7ae01d5 1 1 /* 2 * Copyright (c) 2024 Jiri Svoboda 2 3 * Copyright (c) 2012 Sean Bartell 3 4 * All rights reserved. … … 103 104 // Initialize libblock 104 105 errno_t rc; 105 rc = block_init(service_id , 2048);106 rc = block_init(service_id); 106 107 if (rc != EOK) 107 108 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.