Changes in uspace/lib/c/generic/vol.c [b82985e:fafb8e5] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/generic/vol.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vol.c
rb82985e rfafb8e5 127 127 } 128 128 129 *act_size = IPC_GET_ARG1(answer);129 *act_size = ipc_get_arg1(&answer); 130 130 return EOK; 131 131 } … … 220 220 * @param vol Volume service 221 221 * @param sid Service ID of the partition 222 * @param vinfo Place to s ore partition information222 * @param vinfo Place to store partition information 223 223 * @return EOK on success or an error code 224 224 */ … … 578 578 * @param vol Volume service 579 579 * @param vid Volume ID 580 * @param vinfo Place to s ore volume configuration information580 * @param vinfo Place to store volume configuration information 581 581 * @return EOK on success or an error code 582 582 */
Note:
See TracChangeset
for help on using the changeset viewer.
