Changeset 2dab624 in mainline for uspace/lib/fdisk/src/fdisk.c
- Timestamp:
- 2015-10-31T20:24:27Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9624c35
- Parents:
- dc2d582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/src/fdisk.c
rdc2d582 r2dab624 790 790 return EIO; 791 791 } 792 } 793 794 if (part->svc_id != 0) { 792 795 793 part->pcnt = vpc_fs; 796 794 part->fstype = pspec->fstype; 797 795 } 798 799 part->capacity = pspec->capacity;800 796 801 797 if (rpart != NULL)
Note:
See TracChangeset
for help on using the changeset viewer.