diff options
author | cg149915 <none@none> | 2006-06-27 09:33:09 -0700 |
---|---|---|
committer | cg149915 <none@none> | 2006-06-27 09:33:09 -0700 |
commit | df6dc744cc3f436b2552b313612fac59e8b2ef4b (patch) | |
tree | 068969dd470d3efd517081e1a0ad77634efdaa96 /usr/src/lib/libefi/common | |
parent | 4f0dea16c412dcd8b2569402b08b2b58c0e0219b (diff) | |
download | illumos-joyent-df6dc744cc3f436b2552b313612fac59e8b2ef4b.tar.gz |
6342431 off-by-one in sd driver must be solved (remove bugid)
Diffstat (limited to 'usr/src/lib/libefi/common')
-rw-r--r-- | usr/src/lib/libefi/common/rdwr_efi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libefi/common/rdwr_efi.c b/usr/src/lib/libefi/common/rdwr_efi.c index 0ba53838c7..e648a850c5 100644 --- a/usr/src/lib/libefi/common/rdwr_efi.c +++ b/usr/src/lib/libefi/common/rdwr_efi.c @@ -389,8 +389,7 @@ efi_read(int fd, struct dk_gpt *vtoc) rval = check_label(fd, &dk_ioc); if (rval != 0) { /* - * Refer to bug6342431. This is a workaround for - * legacy. + * This is a workaround for legacy systems. * * In the past, the last sector of SCSI disk was * invisible on x86 platform. At that time, backup |