bb7c004bd3
type string, use the strings defined in DKW_PTYPE_* in <sys/disk.h>, not the strings defined in FSTYPE_DEFN in <sys/disklabel.h>. This corrects a problem introduced in revision 1.21 dated 2014-08-18. That change was intended to add additional case to the list, but it accidentally also changed from the strings in the DKW_PTYPE_* macros to the strings in the FSTYPE_DEFN macro. Many of the strings are the same, but there are differences such as "RAID" versus "raidframe" and "MSDOS" versus "FAT". XXX: There seems to be no good reason for the differences in string names for partition types. One or both of the lists should probably be edited to align them. |
||
---|---|---|
.. | ||
dk.c | ||
dkwedge_apple.c | ||
dkwedge_bsdlabel.c | ||
dkwedge_gpt.c | ||
dkwedge_mbr.c |