147
147
if (sunlabel->version != SSWAP32(SUN_LABEL_VERSION)) {
148
148
fprintf(stderr,_("Detected sun disklabel with wrong version [0x%08x].\n"),
152
152
if (sunlabel->sanity != SSWAP32(SUN_LABEL_SANE)) {
153
153
fprintf(stderr,_("Detected sun disklabel with wrong sanity [0x%08x].\n"),
157
157
if (sunlabel->num_partitions != SSWAP16(SUN_NUM_PARTITIONS)) {
158
158
fprintf(stderr,_("Detected sun disklabel with wrong num_partitions [%u].\n"),