summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/change.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-05-25 06:14:49 +0000
committerphk <phk@FreeBSD.org>1995-05-25 06:14:49 +0000
commit20051e5d380e59f5078ee3a7f8d1e4a4cd2d5404 (patch)
treea78a57ce1690294f3b5787163ea7f03cf8ec3132 /lib/libdisk/change.c
parent165302f7b199f2be0c8b7057dd05e1e3765614a0 (diff)
downloadFreeBSD-src-20051e5d380e59f5078ee3a7f8d1e4a4cd2d5404.zip
FreeBSD-src-20051e5d380e59f5078ee3a7f8d1e4a4cd2d5404.tar.gz
Remove Ontrack special from All_FreeBSD().
Add chunk->disk pointer.
Diffstat (limited to 'lib/libdisk/change.c')
-rw-r--r--lib/libdisk/change.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c
index 80ce1f2..0f39179 100644
--- a/lib/libdisk/change.c
+++ b/lib/libdisk/change.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: change.c,v 1.5 1995/05/01 04:05:23 phk Exp $
+ * $Id: change.c,v 1.6 1995/05/24 08:59:36 jkh Exp $
*
*/
@@ -55,10 +55,5 @@ All_FreeBSD(struct disk *d)
goto again;
}
c=d->chunks;
- if (d->flags & DISK_ON_TRACK) {
- c->offset += 63;
- c->part->offset += 63;
- d->flags &= ~DISK_ON_TRACK;
- }
Create_Chunk(d,c->offset,c->size,freebsd,0xa5,0);
}
OpenPOWER on IntegriCloud