diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-10-25 19:53:53 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-10-25 19:53:53 +0000 |
commit | 783a0da215bda68bcdf7e7cf767af3ba6300740b (patch) | |
tree | 06c1c6dff973ee20a9dda3379ec6e401b10aa501 /sys | |
parent | dd50c4a3a3b2f01790ea6d58b655f7764540efc8 (diff) |
remove dead 'ifdef tahoe' code, ok millert@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/subr_disk.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index 467f95fd67e..20e7c2c7153 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_disk.c,v 1.26 2004/06/24 19:35:24 tholo Exp $ */ +/* $OpenBSD: subr_disk.c,v 1.27 2004/10/25 19:53:52 pedro Exp $ */ /* $NetBSD: subr_disk.c,v 1.17 1996/03/16 23:17:08 christos Exp $ */ /* @@ -225,9 +225,6 @@ diskerr(bp, dname, what, pri, blkdone, lp) bp->b_blkno + (bp->b_bcount - 1) / DEV_BSIZE); } if (lp && (blkdone >= 0 || bp->b_bcount <= lp->d_secsize)) { -#ifdef tahoe - sn *= DEV_BSIZE / lp->d_secsize; /* XXX */ -#endif sn += lp->d_partitions[part].p_offset; (*pr)(" (%s%d bn %d; cn %d", dname, unit, sn, sn / lp->d_secpercyl); |