From 0ffc27529d2c7ca6ee9effc3d7b9992202957586 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 30 Apr 1995 22:51:05 +0000 Subject: Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning). Get the CHS's right. Get the disklabels (more) right. --- lib/libdisk/change.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libdisk/change.c') diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c index 76d28cf..cd78f45 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.2 1995/04/29 01:55:18 phk Exp $ + * $Id: change.c,v 1.3 1995/04/29 04:00:53 phk Exp $ * */ @@ -55,5 +55,5 @@ All_FreeBSD(struct disk *d) goto again; } c=d->chunks; - Create_Chunk(d,c->offset,c->size,freebsd,0,0); + Create_Chunk(d,c->offset,c->size,freebsd,0xa5,0); } -- cgit v1.1