FreeBSD src repository
Modified files:
lib/libdisk open_ia64_disk.c
Log:
Don't use type unknown for partitions that we don't care about because
the chunk will never be added to the list in that case. Use type mbr
for GPT nested MBRs and use type part for any partition we don't know
or care about. Since the subtype is 0, this should not cause confusion.
Revision Changes Path
1.3 +2 -2 src/lib/libdisk/open_ia64_disk.c
_______________________________________________
cvs...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-u...@freebsd.org"