Changeset 395df52 in mainline for uspace/lib/fdisk/src/fdisk.c
- Timestamp:
- 2017-05-12T19:58:27Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e48947e
- Parents:
- de5b708
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/src/fdisk.c
rde5b708 r395df52 824 824 sfstype = "Ext4"; 825 825 break; 826 case fs_cdfs: 827 sfstype = "ISO 9660"; 828 break; 826 829 } 827 830 … … 993 996 pcnt = lpc_ext4; 994 997 break; 998 case fs_cdfs: 999 return EINVAL; /* You cannot create an ISO partition */ 995 1000 } 996 1001
Note:
See TracChangeset
for help on using the changeset viewer.