Date: Wed, 9 Aug 2006 20:19:15 +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 write_ia64_disk.c Message-ID: <200608092019.k79KJFdM099813@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2006-08-09 20:19:15 UTC FreeBSD src repository Modified files: lib/libdisk write_ia64_disk.c Log: Fix a bug in the size of the PMBR partition. Since the partition starts at LBA 1, the size is not the mediasize in sectors, but one less. Revision Changes Path 1.16 +2 -0 src/lib/libdisk/write_ia64_disk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608092019.k79KJFdM099813>