Date: Thu, 5 Aug 2004 17:44:07 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk open_ia64_disk.c Message-ID: <200408051744.i75Hi7UP077586@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-08-05 17:44:07 UTC
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408051744.i75Hi7UP077586>
