Changeset 3cdd876 in mainline for uspace/lib
- Timestamp:
- 2018-08-08T16:34:47Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 21a0d8a
- Parents:
- 44428bb
- git-author:
- Jiri Svoboda <jiri@…> (2018-08-07 18:34:24)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-08-08 16:34:47)
- Location:
- uspace/lib/fdisk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/include/types/fdisk.h
r44428bb r3cdd876 173 173 /** Volume label */ 174 174 char *label; 175 /** Service ID */ 176 service_id_t svc_id; 175 177 } fdisk_part_info_t; 176 178 -
uspace/lib/fdisk/src/fdisk.c
r44428bb r3cdd876 674 674 info->pkind = part->pkind; 675 675 info->label = part->label; 676 info->svc_id = part->svc_id; 676 677 return EOK; 677 678 }
Note:
See TracChangeset
for help on using the changeset viewer.