.. 'sun' stuff is already in the library.
Signed-off-by: Karel Zak <kzak@redhat.com>
struct fdisk_label *fdisk_new_bsd_label(struct fdisk_context *cxt) { return NULL; }
struct fdisk_label *fdisk_new_mac_label(struct fdisk_context *cxt) { return NULL; }
struct fdisk_label *fdisk_new_sgi_label(struct fdisk_context *cxt) { return NULL; }
-struct fdisk_label *fdisk_new_sun_label(struct fdisk_context *cxt) { return NULL; }
int test_ranges(struct fdisk_test *ts, int argc, char *argv[])
{